Method: Bazil::ConnectionError#to_s

Defined in:
lib/bazil/error.rb

#to_sObject



17
18
19
# File 'lib/bazil/error.rb', line 17

def to_s
  "Failed to connect to the server at #{@method} method: server = #{@address}:#{@port}"
end