Exception: SSE::ProxyError
- Inherits:
-
StandardError
- Object
- StandardError
- SSE::ProxyError
- Defined in:
- lib/sse_client/streaming_http.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ ProxyError
constructor
A new instance of ProxyError.
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() super end |