class MachO::RpathUnknownError
Raised when attempting to change an rpath that doesn't exist.
Public Class Methods
new(path)
click to toggle source
@param path [String] the unknown runtime path
Calls superclass method
# File lib/macho/exceptions.rb, line 177 def initialize(path) super "No such runtime path: #{path}" end