Exception: MachO::UnimplementedError
- Inherits:
-
MachOError
- Object
- RuntimeError
- MachOError
- MachO::UnimplementedError
- Defined in:
- lib/macho/exceptions.rb
Overview
Raised whenever unfinished code is called.
Instance Method Summary collapse
-
#initialize(thing) ⇒ UnimplementedError
constructor
A new instance of UnimplementedError.
Constructor Details
#initialize(thing) ⇒ UnimplementedError
Returns a new instance of UnimplementedError.
218 219 220 |
# File 'lib/macho/exceptions.rb', line 218 def initialize(thing) super "Unimplemented: #{thing}" end |