Exception: Elf::File::MissingSection
- Inherits:
-
Exception
- Object
- Exception
- Elf::File::MissingSection
- Defined in:
- lib/elf/file.rb
Instance Method Summary collapse
-
#initialize(sect_identifier) ⇒ MissingSection
constructor
A new instance of MissingSection.
Constructor Details
#initialize(sect_identifier) ⇒ MissingSection
Returns a new instance of MissingSection.
262 263 264 |
# File 'lib/elf/file.rb', line 262 def initialize(sect_identifier) super("Requested section #{sect_identifier} not found in the file") end |