Exception: Farscape::Exceptions::LengthRequired

Inherits:
ProtocolException show all
Defined in:
lib/farscape/errors.rb

Instance Attribute Summary

Attributes inherited from ProtocolException

#representor

Instance Method Summary collapse

Methods inherited from ProtocolException

#initialize, #message

Constructor Details

This class inherits a constructor from Farscape::Exceptions::ProtocolException

Instance Method Details

#error_descriptionObject



87
88
89
# File 'lib/farscape/errors.rb', line 87

def error_description
  'The server refuses to accept the request without a defined content length.'
end