Exception: Elf::File::InvalidMachine
- Inherits:
-
Exception
- Object
- Exception
- Elf::File::InvalidMachine
- Defined in:
- lib/elf/file.rb
Instance Method Summary collapse
-
#initialize(machine) ⇒ InvalidMachine
constructor
A new instance of InvalidMachine.
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 |