MachO::RecoverableModificationError
Raised when attempting to change an rpath that doesn't exist.
@param path [String] the unknown runtime path
# File lib/macho/exceptions.rb, line 177 def initialize(path) super "No such runtime path: #{path}" end