Exception: Beachcomber::BusyError

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) ⇒ BusyError

Returns a new instance of BusyError.



45
46
47
# File 'lib/beachcomber/errors.rb', line 45

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