Sha256: 443a2ed99c01a3d4c01cd7ffb1c17dcae48fdd6bcf0851e6f5c1700e600b49d5
Contents?: true
Size: 381 Bytes
Versions: 1
Compression:
Stored size: 381 Bytes
Contents
module RestMan # 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. class ServerBrokeConnection < RestMan::Exception def initialize(message = 'Server broke connection') super nil, nil self.message = message end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rest-man-1.1.0 | lib/restman/exceptions/server_broke_connection.rb |