EVMThrow.js 70 B

12345
  1. const EVMThrow = 'invalid opcode';
  2. module.exports = {
  3. EVMThrow,
  4. };