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.



279
280
281
# File 'lib/elf/file.rb', line 279

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