Exception: Keg::DirectoryNotWritableError Private
- Defined in:
- Library/Homebrew/keg.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Error for when a directory is not writable.
Instance Attribute Summary
Attributes inherited from LinkError
Instance Method Summary collapse
- #to_s ⇒ Object private
Methods inherited from LinkError
Constructor Details
This class inherits a constructor from Keg::LinkError
Instance Method Details
#to_s ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
70 71 72 73 74 75 |
# File 'Library/Homebrew/keg.rb', line 70 def to_s <<~EOS Could not symlink #{src} #{dst.dirname} is not writable. EOS end |