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.



83
84
85
# File 'lib/macho/exceptions.rb', line 83

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