Exception: MachO::MachOBinaryError

Inherits:
MachOError
  • Object
show all
Defined in:
lib/macho/exceptions.rb

Overview

raised when a mach-o is loaded with FatFile

Instance Method Summary collapse

Constructor Details

#initializeMachOBinaryError

Returns a new instance of MachOBinaryError.



22
23
24
# File 'lib/macho/exceptions.rb', line 22

def initialize
  super "Normal binaries must be loaded with MachO::MachOFile"
end