Exception: AIX::Errlog::Errors::InvalidArgument
- Inherits:
-
ErrlogError
- Object
- StandardError
- ErrlogError
- AIX::Errlog::Errors::InvalidArgument
- Defined in:
- lib/aix/errlog/errors.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ InvalidArgument
constructor
A new instance of InvalidArgument.
Constructor Details
#initialize(message) ⇒ InvalidArgument
Returns a new instance of InvalidArgument.
12 13 14 |
# File 'lib/aix/errlog/errors.rb', line 12 def initialize() super "A parameter error was detected. Detail: #{}" end |