Exception: SSE::ProxyError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sse_client/streaming_http.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ProxyError

Returns a new instance of ProxyError.



110
111
112
# File 'lib/sse_client/streaming_http.rb', line 110

def initialize(message)
  super
end