Exception: Cask::CaskUnreadableError Private
- Inherits:
-
CaskUnavailableError
- Object
- RuntimeError
- CaskError
- AbstractCaskErrorWithToken
- CaskUnavailableError
- Cask::CaskUnreadableError
- Defined in:
- Library/Homebrew/cask/exceptions.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 when a cask is unreadable.
Instance Attribute Summary
Attributes inherited from AbstractCaskErrorWithToken
Instance Method Summary collapse
- #to_s ⇒ Object private
Methods inherited from AbstractCaskErrorWithToken
Constructor Details
This class inherits a constructor from Cask::AbstractCaskErrorWithToken
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.
80 81 82 |
# File 'Library/Homebrew/cask/exceptions.rb', line 80 def to_s "Cask '#{token}' is unreadable#{reason.empty? ? "." : ": #{reason}"}" end |