Exception: Cask::CaskUnspecifiedError Private
- Defined in:
- cask/exceptions.rb
Overview
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Error when no cask is specified.
Instance Method Summary collapse
-
#to_s ⇒ String
private
Instance Method Details
#to_s ⇒ String
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
160 161 162 |
# File 'cask/exceptions.rb', line 160 def to_s "This command requires a Cask token." end |