Exception: Elf::File::UnsupportedElfVersion

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

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ UnsupportedElfVersion

Returns a new instance of UnsupportedElfVersion.



50
51
52
# File 'lib/elf/file.rb', line 50

def initialize(version)
  super("Unsupported Elf version #{version}")
end