Exception: Beachcomber::ServerError
- Defined in:
- lib/beachcomber/errors.rb
Overview
Raised when the daemon returns ok: false for an op it actually executed.
Instance Attribute Summary
Attributes inherited from CombError
Instance Method Summary collapse
-
#initialize(message) ⇒ ServerError
constructor
A new instance of ServerError.
Constructor Details
#initialize(message) ⇒ ServerError
Returns a new instance of ServerError.
92 93 94 |
# File 'lib/beachcomber/errors.rb', line 92 def initialize() super('server_error', ) end |