Exception: MachO::CPUSubtypeError

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

Instance Method Summary collapse

Constructor Details

#initialize(num) ⇒ CPUSubtypeError

Returns a new instance of CPUSubtypeError.



27
28
29
# File 'lib/macho/exceptions.rb', line 27

def initialize(num)
	super "Unrecognized CPU sub-type: 0x#{"%02x" % num}"
end