Exception: RHC::ArgumentNotValid

Inherits:
Exception show all
Defined in:
lib/rhc/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

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(message="Argument is not valid for this command")
  super message
end