Exception: KegUnspecifiedError
- Inherits:
-
UsageError
- Object
- RuntimeError
- UsageError
- KegUnspecifiedError
- Defined in:
- exceptions.rb
Overview
Raised when a command expects a keg and none was specified.
Instance Attribute Summary
Attributes inherited from UsageError
Instance Method Summary collapse
-
#initialize ⇒ KegUnspecifiedError
constructor
A new instance of KegUnspecifiedError.
Methods inherited from UsageError
Constructor Details
#initialize ⇒ KegUnspecifiedError
Returns a new instance of KegUnspecifiedError.
41 42 43 |
# File 'exceptions.rb', line 41 def initialize super "this command requires a keg argument" end |