class Farscape::Exceptions::LengthRequired

Public Instance Methods

error_description() click to toggle source
# File lib/farscape/errors.rb, line 87
def error_description
  'The server refuses to accept the request without a defined content length.'
end