class AndSon::ConnectionClosedError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/and-son/call_runner.rb, line 153
def initialize
  super "The server closed the connection, no response was written."
end