Exception: HttpClient::ServerBrokeConnection

Inherits:
Exception
  • Object
show all
Defined in:
lib/http_client/exceptions.rb

Overview

The server broke the connection prior to the request completing. Usually this means it crashed, or sometimes that your network connection was severed before it could complete.

Constant Summary collapse

ErrorMessage =
'Server broke connection'

Method Summary

Methods inherited from Exception

#message