class RHC::ArgumentNotValid

Public Class Methods

new(message="Argument is not valid for this command") click to toggle source
Calls superclass method RHC::Exception.new
# File lib/rhc/exceptions.rb, line 294
def initialize(message="Argument is not valid for this command")
  super message
end