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.
106 107 108 |
# File 'lib/sse_client/streaming_http.rb', line 106 def initialize() super end |