Exception: Elf::File::InvalidMachine

Inherits:
Exception
  • Object
show all
Defined in:
lib/elf/file.rb

Instance Method Summary collapse

Constructor Details

#initialize(machine) ⇒ InvalidMachine

Returns a new instance of InvalidMachine.



68
69
70
# File 'lib/elf/file.rb', line 68

def initialize(machine)
  super("Invalid Elf machine #{machine}")
end