Exception: Gem::Package::PathError
| 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
- .new(destination, destination_dir) ⇒ PathError constructor
Constructor Details
    .new(destination, destination_dir)  ⇒ PathError 
  
# File 'lib/rubygems/package.rb', line 70
def initialize destination, destination_dir super "installing into parent path %s of %s is not allowed" % [destination, destination_dir] end