diff options
author | Christian <c@ethdev.com> | 2014-10-25 22:52:22 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-10-29 21:33:25 +0800 |
commit | b5a4d12fa328f69d4dfba9bf57ac289935877649 (patch) | |
tree | dfa92c635af822197b7bb25a7b23870d1d26a179 /Exceptions.h | |
parent | 01224287f5e24f7074f398ac9b064b27b2c3877e (diff) | |
download | dexon-solidity-b5a4d12fa328f69d4dfba9bf57ac289935877649.tar.gz dexon-solidity-b5a4d12fa328f69d4dfba9bf57ac289935877649.tar.zst dexon-solidity-b5a4d12fa328f69d4dfba9bf57ac289935877649.zip |
Compiler for assignments.
Diffstat (limited to 'Exceptions.h')
-rw-r--r-- | Exceptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Exceptions.h b/Exceptions.h index 5a48c47d..1d981e7c 100644 --- a/Exceptions.h +++ b/Exceptions.h @@ -34,6 +34,7 @@ namespace solidity struct ParserError: virtual Exception {}; struct TypeError: virtual Exception {}; struct DeclarationError: virtual Exception {}; +struct CompilerError: virtual Exception {}; typedef boost::error_info<struct tag_sourcePosition, int> errinfo_sourcePosition; typedef boost::error_info<struct tag_sourceLocation, Location> errinfo_sourceLocation; |