Exception: AndSon::ConnectionClosedError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/and-son/client.rb

Instance Method Summary collapse

Constructor Details

#initializeConnectionClosedError

Returns a new instance of ConnectionClosedError.



119
120
121
# File 'lib/and-son/client.rb', line 119

def initialize
  super "The server closed the connection, no response was written."
end