MachO::MachOError
Raised when the CPU type is unknown.
@param cputype [Fixnum] the unknown CPU type
# File lib/macho/exceptions.rb, line 73 def initialize(cputype) super "Unrecognized CPU type: 0x#{"%08x" % cputype}" end