Class: Biryani::ConnectionError
- Inherits:
-
Object
- Object
- Biryani::ConnectionError
- Defined in:
- lib/biryani/connection_error.rb
Instance Method Summary collapse
- #goaway(last_stream_id) ⇒ Goaway
-
#initialize(code, debug) ⇒ ConnectionError
constructor
A new instance of ConnectionError.
Constructor Details
#initialize(code, debug) ⇒ ConnectionError
Returns a new instance of ConnectionError.
5 6 7 8 |
# File 'lib/biryani/connection_error.rb', line 5 def initialize(code, debug) @code = code @debug = debug end |