Exception: Elf::File::MissingSection

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

Instance Method Summary collapse

Constructor Details

#initialize(sect_identifier) ⇒ MissingSection

Returns a new instance of MissingSection.



262
263
264
# File 'lib/elf/file.rb', line 262

def initialize(sect_identifier)
  super("Requested section #{sect_identifier} not found in the file")
end