Exception: AIX::Errlog::Errors::UnknownError
- Inherits:
-
ErrlogError
- Object
- StandardError
- ErrlogError
- AIX::Errlog::Errors::UnknownError
- Defined in:
- lib/aix/errlog/errors.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ UnknownError
constructor
A new instance of UnknownError.
Constructor Details
#initialize(message) ⇒ UnknownError
Returns a new instance of UnknownError.
37 38 39 |
# File 'lib/aix/errlog/errors.rb', line 37 def initialize() super "An error occured that could not be diagnosed. Detail: #{}" end |