Exception: Elf::File::NotAnELF
- Inherits:
-
Exception
- Object
- Exception
- Elf::File::NotAnELF
- Defined in:
- lib/elf/file.rb
Instance Method Summary collapse
-
#initialize ⇒ NotAnELF
constructor
A new instance of NotAnELF.
Constructor Details
#initialize ⇒ NotAnELF
32 33 34 |
# File 'lib/elf/file.rb', line 32 def initialize super("not a valid ELF file") end |