mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
LLL: throw proper ParserException
This commit is contained in:
@@ -39,6 +39,7 @@ class InvalidName: public CompilerException {};
|
||||
class InvalidMacroArgs: public CompilerException {};
|
||||
class InvalidLiteral: public CompilerException {};
|
||||
class BareSymbol: public CompilerException {};
|
||||
class ParserException: public CompilerException {};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user