Exception: Beachcomber::ServerError

Inherits:
CombError show all
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

#kind

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ServerError

Returns a new instance of ServerError.



92
93
94
# File 'lib/beachcomber/errors.rb', line 92

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