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.
90 91 92 |
# File 'lib/macho/exceptions.rb', line 90 def initialize super "Normal binaries must be loaded with MachO::MachOFile" end |