Exception: MachO::FatBinaryError

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

Overview

raised when a fat binary is loaded with MachOFile

Instance Method Summary collapse

Constructor Details

#initializeFatBinaryError

Returns a new instance of FatBinaryError.



15
16
17
# File 'lib/macho/exceptions.rb', line 15

def initialize
	super "Fat binaries must be loaded with MachO::FatFile"
end