Exception: Finlight::BlockedError

Inherits:
Error
  • Object
show all
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

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