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