diff options
author | Christian <c@ethdev.com> | 2014-12-05 22:27:07 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-12-05 22:27:07 +0800 |
commit | d4a958e1fe96174f8fab09b5360106895c40e09a (patch) | |
tree | 3b1b19552c703690be233d990979580c62b08616 /Exceptions.h | |
parent | d2cf34548322598ae067434a61a171bd190fc2c9 (diff) | |
parent | c8f96589c58c1a0ab290a192e4aa1dfb263d01df (diff) | |
download | dexon-solidity-d4a958e1fe96174f8fab09b5360106895c40e09a.tar dexon-solidity-d4a958e1fe96174f8fab09b5360106895c40e09a.tar.gz dexon-solidity-d4a958e1fe96174f8fab09b5360106895c40e09a.tar.bz2 dexon-solidity-d4a958e1fe96174f8fab09b5360106895c40e09a.tar.lz dexon-solidity-d4a958e1fe96174f8fab09b5360106895c40e09a.tar.xz dexon-solidity-d4a958e1fe96174f8fab09b5360106895c40e09a.tar.zst dexon-solidity-d4a958e1fe96174f8fab09b5360106895c40e09a.zip |
Merge remote-tracking branch 'ethereum/develop' into sol_import
Conflicts:
libsolidity/CompilerStack.cpp
libsolidity/CompilerStack.h
solc/main.cpp
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 ffd8a72d..14f91977 100644 --- a/Exceptions.h +++ b/Exceptions.h @@ -36,6 +36,7 @@ struct TypeError: virtual Exception {}; struct DeclarationError: virtual Exception {}; struct CompilerError: virtual Exception {}; struct InternalCompilerError: virtual Exception {}; +struct DocstringParsingError: virtual Exception {}; typedef boost::error_info<struct tag_sourceLocation, Location> errinfo_sourceLocation; |