class Gem::Package::PathError

def initialize(destination, destination_dir)

def initialize(destination, destination_dir)
  super format("installing into parent path %s of %s is not allowed", destination, destination_dir)
end