Exception: MachO::RpathUnknownError
- Inherits:
-
MachOError
- Object
- RuntimeError
- MachOError
- MachO::RpathUnknownError
- Defined in:
- lib/macho/exceptions.rb
Overview
Raised when attempting to change an rpath that doesn't exist.
Instance Method Summary collapse
-
#initialize(path) ⇒ RpathUnknownError
constructor
A new instance of RpathUnknownError.
Constructor Details
#initialize(path) ⇒ RpathUnknownError
Returns a new instance of RpathUnknownError.
81 82 83 |
# File 'lib/macho/exceptions.rb', line 81 def initialize(path) super "No such runtime path: #{path}" end |