Exception: RHC::ArgumentNotValid
- Defined in:
- lib/rhc/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "Argument is not valid for this command") ⇒ ArgumentNotValid
constructor
A new instance of ArgumentNotValid.
Constructor Details
#initialize(message = "Argument is not valid for this command") ⇒ ArgumentNotValid
Returns a new instance of ArgumentNotValid.
270 271 272 |
# File 'lib/rhc/exceptions.rb', line 270 def initialize(="Argument is not valid for this command") super end |