Exception: Beachcomber::IoError

Inherits:
CombError show all
Defined in:
lib/beachcomber/errors.rb

Instance Attribute Summary

Attributes inherited from CombError

#kind

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ IoError

Returns a new instance of IoError.



77
78
79
# File 'lib/beachcomber/errors.rb', line 77

def initialize(message)
  super('io_error', message)
end