Exception: Gem::Package::SymlinkError
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Error ,
::Gem::Exception ,
RuntimeError
|
|
Instance Chain:
self,
Error ,
::Gem::Exception ,
RuntimeError
|
|
Inherits: |
Gem::Package::Error
|
Defined in: | lib/rubygems/package.rb |
Class Method Summary
Constructor Details
.new(name, destination, destination_dir) ⇒ SymlinkError
# File 'lib/rubygems/package.rb', line 77
def initialize(name, destination, destination_dir) super format("installing symlink '%s' pointing to parent path %s of %s is not allowed", name, destination, destination_dir) end