mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-03 14:04:33 +00:00
feat(REPL): add err type
This commit is contained in:
parent
8e5850d943
commit
b10b57d8e3
2 changed files with 20 additions and 0 deletions
|
@ -48,6 +48,7 @@ pub enum ErrorKind {
|
|||
VisibilityError = 20,
|
||||
MethodError = 21,
|
||||
DummyError = 22,
|
||||
ExpectNextLine = 23,
|
||||
/* compile warnings */
|
||||
AttributeWarning = 60,
|
||||
CastWarning = 61,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue