Adds invalid instruction Exception

pull/538/head
Joran Honig 6 years ago
parent 6121969e22
commit 86268ffce3
  1. 4
      mythril/laser/ethereum/evm_exceptions.py

@ -12,3 +12,7 @@ class StackOverflowException(VmException):
class InvalidJumpDestination(VmException):
pass
class InvalidInstruction(VmException):
pass

Loading…
Cancel
Save