Exception: Elf::File::MissingStringTable

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

Instance Method Summary collapse

Constructor Details

#initialize(sect_name) ⇒ MissingStringTable

Returns a new instance of MissingStringTable.



290
291
292
# File 'lib/elf/file.rb', line 290

def initialize(sect_name)
  super("Requested section '#{sect_name}' but the file has no string table.")
end