mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
mainly style fixes/renaming
This commit is contained in:
@@ -36,7 +36,7 @@ using ErrorList = std::vector<std::shared_ptr<Error const>>;
|
||||
|
||||
struct CompilerError: virtual Exception {};
|
||||
struct InternalCompilerError: virtual Exception {};
|
||||
struct fatalError: virtual Exception {}; //todo rename to FatalError
|
||||
struct FatalError: virtual Exception {};
|
||||
|
||||
class Error: virtual public Exception
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user