MachO::MachOError
Raised when a fat binary is loaded with MachOFile.
# File lib/macho/exceptions.rb, line 58 def initialize super "Fat binaries must be loaded with MachO::FatFile" end