Exception: Finlight::BlockedError
- Defined in:
- lib/finlight/errors.rb
Overview
Raised when the streaming server permanently rejects the connection (close code 1008). Reconnecting will not help; contact support.
Instance Method Summary collapse
-
#initialize(msg = "finlight: connection rejected by server (blocked)") ⇒ BlockedError
constructor
A new instance of BlockedError.
Constructor Details
#initialize(msg = "finlight: connection rejected by server (blocked)") ⇒ BlockedError
Returns a new instance of BlockedError.
21 22 23 |
# File 'lib/finlight/errors.rb', line 21 def initialize(msg = "finlight: connection rejected by server (blocked)") super end |