Signals that a file permission error is preventing the user from operating on the given directory.
Attributes
directory[R]
Public Class Methods
new(directory)click to toggle source
# File rubygems/exceptions.rb, line 81definitialize(directory)
@directory = directorysuper"You don't have write permissions for the #{directory} directory."end
This page was generated for Ruby 2.7.6
Generated with Ruby-doc Rdoc Generator 0.42.0.
There is an updated format of the API docs for this version here.