Exception: AIX::Errlog::Errors::IO

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ IO

Returns a new instance of IO.



27
28
29
# File 'lib/aix/errlog/errors.rb', line 27

def initialize(message)
  super "An i/o error occurred.  Detail: #{message}"
end