mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move InvalidDeposit/InvalidOpcode from Instructions.h to Exceptions.h
This commit is contained in:
@@ -31,9 +31,6 @@ namespace dev
|
||||
namespace eth
|
||||
{
|
||||
|
||||
DEV_SIMPLE_EXCEPTION(InvalidDeposit);
|
||||
DEV_SIMPLE_EXCEPTION(InvalidOpcode);
|
||||
|
||||
/// Virtual machine bytecode instruction.
|
||||
enum class Instruction: uint8_t
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user