MachO::RecoverableModificationError
Raised when attempting to add an rpath that already exists.
@param path [String] the extant path
# File lib/macho/exceptions.rb, line 185 def initialize(path) super "#{path} already exists" end