Exception: Cask::CaskUnspecifiedError Private
- 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 no cask is specified.
Instance Method Summary collapse
- #to_s ⇒ Object private
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.
145 146 147 |
# File 'Library/Homebrew/cask/exceptions.rb', line 145 def to_s "This command requires a Cask token." end |