Exception: MachO::NotAMachOError
- Inherits:
-
MachOError
- Object
- RuntimeError
- MachOError
- MachO::NotAMachOError
- Defined in:
- lib/macho/exceptions.rb
Overview
Raised when a file is not a Mach-O.
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(error) ⇒ NotAMachOError
constructor
A new instance of NotAMachOError.
Constructor Details
#initialize(error) ⇒ NotAMachOError
Returns a new instance of NotAMachOError.
29 30 31 |
# File 'lib/macho/exceptions.rb', line 29 def initialize(error) super error end |