aboutsummaryrefslogtreecommitdiffstats
path: root/liblll/Exceptions.h
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-10-15 20:26:16 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2016-10-15 20:26:16 +0800
commit8aa50a004fb320b927b96576f085cfbe5f845da6 (patch)
treef9340978522d62a4d951a68c5085632425b968c4 /liblll/Exceptions.h
parent7c7a6de87b3c7b574a6bed25c7251df869532056 (diff)
downloaddexon-solidity-8aa50a004fb320b927b96576f085cfbe5f845da6.tar.gz
dexon-solidity-8aa50a004fb320b927b96576f085cfbe5f845da6.tar.zst
dexon-solidity-8aa50a004fb320b927b96576f085cfbe5f845da6.zip
LLL: throw proper ParserException
Diffstat (limited to 'liblll/Exceptions.h')
-rw-r--r--liblll/Exceptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/liblll/Exceptions.h b/liblll/Exceptions.h
index 1e9671b3..aa4bf4e8 100644
--- a/liblll/Exceptions.h
+++ b/liblll/Exceptions.h
@@ -39,6 +39,7 @@ class InvalidName: public CompilerException {};
class InvalidMacroArgs: public CompilerException {};
class InvalidLiteral: public CompilerException {};
class BareSymbol: public CompilerException {};
+class ParserException: public CompilerException {};
}
}