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.



68
69
70
# File 'lib/macho/exceptions.rb', line 68

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