Exception: MachO::MachOBinaryError
- Inherits:
-
MachOError
- Object
- RuntimeError
- MachOError
- MachO::MachOBinaryError
- Defined in:
- lib/macho/exceptions.rb
Overview
raised when a mach-o is loaded with FatFile
Instance Method Summary collapse
-
#initialize ⇒ MachOBinaryError
constructor
A new instance of MachOBinaryError.
Constructor Details
#initialize ⇒ MachOBinaryError
Returns a new instance of MachOBinaryError.
22 23 24 |
# File 'lib/macho/exceptions.rb', line 22 def initialize super "Normal binaries must be loaded with MachO::MachOFile" end |