class Async::WebSocket::ConnectionError

def initialize(message, response)

def initialize(message, response)
	super(message)
	
	@response = response
end