Exception: AIX::Errlog::Errors::IO
- Inherits:
-
ErrlogError
- Object
- StandardError
- ErrlogError
- AIX::Errlog::Errors::IO
- Defined in:
- lib/aix/errlog/errors.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ IO
constructor
A new instance of IO.
Constructor Details
#initialize(message) ⇒ IO
Returns a new instance of IO.
27 28 29 |
# File 'lib/aix/errlog/errors.rb', line 27 def initialize() super "An i/o error occurred. Detail: #{}" end |