class Blather::UnknownResponse
The stream handler received a response it didn't know how to handle
@handler :unknown_response_error
Attributes
node[R]
Public Class Methods
new(node)
click to toggle source
# File lib/blather/errors.rb, line 52 def initialize(node) @node = node end