mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Accessors for exceptions.
This commit is contained in:
@@ -39,8 +39,6 @@ struct Exception: virtual std::exception, virtual boost::exception
|
||||
|
||||
/// @returns the errinfo_comment of this exception.
|
||||
std::string const* comment() const noexcept;
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
/// Throws an exception with a given description and extra information about the location the
|
||||
|
||||
Reference in New Issue
Block a user