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.



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

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