class Elf::File::MissingSection

Public Class Methods

new(sect_identifier) click to toggle source
Calls superclass method
# File lib/elf/file.rb, line 261
def initialize(sect_identifier)
  super("Requested section #{sect_identifier} not found in the file")
end