class SimpleXChat::UnexpectedResponseError

def initialize(type, expected_type)

def initialize(type, expected_type)
  super "Unexpected response type: #{type} (expected: #{expected_type})"
end