Exception: Gem::FilePermissionError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: | |
| Instance Chain: 
          self,
           Exception,
          RuntimeError | |
| Inherits: | Gem::Exception 
 | 
| Defined in: | lib/rubygems/exceptions.rb | 
Overview
Signals that a file permission error is preventing the user from operating on the given directory.
Class Method Summary
- .new(directory) ⇒ FilePermissionError constructor
Deprecate - Extended
| deprecate | Simple deprecation method that deprecates  | 
| skip_during | Temporarily turn off warnings. | 
Instance Attribute Summary
Constructor Details
    .new(directory)  ⇒ FilePermissionError 
  
Instance Attribute Details
#directory (readonly)
[ GitHub ]# File 'lib/rubygems/exceptions.rb', line 79
attr_reader :directory