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