Exception: KegUnspecifiedError

Inherits:
UsageError show all
Defined in:
exceptions.rb

Overview

Raised when a command expects a keg and none was specified.

Instance Attribute Summary

Attributes inherited from UsageError

#reason

Instance Method Summary collapse

Methods inherited from UsageError

#to_s

Constructor Details

#initializeKegUnspecifiedError

Returns a new instance of KegUnspecifiedError.



41
42
43
# File 'exceptions.rb', line 41

def initialize
  super "this command requires a keg argument"
end