Exception: Elf::File::InvalidElfType

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

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ InvalidElfType

Returns a new instance of InvalidElfType.



62
63
64
# File 'lib/elf/file.rb', line 62

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