Exception: AIX::Errlog::Errors::InvalidArgument

Inherits:
ErrlogError
  • Object
show all
Defined in:
lib/aix/errlog/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ InvalidArgument

Returns a new instance of InvalidArgument.



12
13
14
# File 'lib/aix/errlog/errors.rb', line 12

def initialize(message)
  super "A parameter error was detected.  Detail: #{message}"
end