Exception: Elf::File::MissingStringTable
- Inherits:
-
Exception
- Object
- Exception
- Elf::File::MissingStringTable
- Defined in:
- lib/elf/file.rb
Instance Method Summary collapse
-
#initialize(sect_name) ⇒ MissingStringTable
constructor
A new instance of MissingStringTable.
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 |