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