Exception: Elf::File::StringTableNotLoaded

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

Instance Method Summary collapse

Constructor Details

#initialize(sect_name) ⇒ StringTableNotLoaded

Returns a new instance of StringTableNotLoaded.



284
285
286
# File 'lib/elf/file.rb', line 284

def initialize(sect_name)
  super("Requested section '#{sect_name}' but there is no string table yet.")
end