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 69definitializedirectory@directory = directorysuper"You don't have write permissions for the #{directory} directory."end