mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add adaptor and support library and interface inheritance
This commit is contained in:
@@ -42,6 +42,7 @@ struct InternalCompilerError: virtual util::Exception {};
|
||||
struct FatalError: virtual util::Exception {};
|
||||
struct UnimplementedFeatureError: virtual util::Exception {};
|
||||
struct InvalidAstError: virtual util::Exception {};
|
||||
struct FuzzerError: virtual util::Exception {};
|
||||
|
||||
/// Assertion that throws an InternalCompilerError containing the given description if it is not met.
|
||||
#define solAssert(CONDITION, DESCRIPTION) \
|
||||
|
||||
Reference in New Issue
Block a user