feat(REPL): add err type

This commit is contained in:
GreasySlug 2023-06-11 00:28:48 +09:00
parent 8e5850d943
commit b10b57d8e3
2 changed files with 20 additions and 0 deletions

View file

@ -48,6 +48,7 @@ pub enum ErrorKind {
VisibilityError = 20,
MethodError = 21,
DummyError = 22,
ExpectNextLine = 23,
/* compile warnings */
AttributeWarning = 60,
CastWarning = 61,