Exception: MachO::FatBinaryError
- Inherits:
-
MachOError
- Object
- RuntimeError
- MachOError
- MachO::FatBinaryError
- Defined in:
- lib/macho/exceptions.rb
Overview
Raised when a fat binary is loaded with MachOFile.
Instance Method Summary collapse
-
#initialize ⇒ FatBinaryError
constructor
A new instance of FatBinaryError.
Constructor Details
#initialize ⇒ FatBinaryError
Returns a new instance of FatBinaryError.
83 84 85 |
# File 'lib/macho/exceptions.rb', line 83 def initialize super "Fat binaries must be loaded with MachO::FatFile" end |