Exception: Beachcomber::IoError
- Defined in:
- lib/beachcomber/errors.rb
Instance Attribute Summary
Attributes inherited from CombError
Instance Method Summary collapse
-
#initialize(message) ⇒ IoError
constructor
A new instance of IoError.
Constructor Details
#initialize(message) ⇒ IoError
Returns a new instance of IoError.
77 78 79 |
# File 'lib/beachcomber/errors.rb', line 77 def initialize() super('io_error', ) end |