Exception: MachO::RpathExistsError
- Inherits:
-
RecoverableModificationError
- Object
- RuntimeError
- MachOError
- ModificationError
- RecoverableModificationError
- MachO::RpathExistsError
- Defined in:
- lib/macho/exceptions.rb
Overview
Raised when attempting to add an rpath that already exists.
Instance Attribute Summary
Attributes inherited from RecoverableModificationError
Instance Method Summary collapse
-
#initialize(path) ⇒ RpathExistsError
constructor
A new instance of RpathExistsError.
Methods inherited from RecoverableModificationError
Constructor Details
#initialize(path) ⇒ RpathExistsError
Returns a new instance of RpathExistsError.
210 211 212 |
# File 'lib/macho/exceptions.rb', line 210 def initialize(path) super "#{path} already exists" end |