Exception: Elf::File::NotAnELF

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

Instance Method Summary collapse

Constructor Details

#initializeNotAnELF



32
33
34
# File 'lib/elf/file.rb', line 32

def initialize
  super("not a valid ELF file")
end