class Farscape::Exceptions::RequestTimeout

Public Instance Methods

error_description() click to toggle source
# File lib/farscape/errors.rb, line 65
def error_description
  'The client did not produce a request within the time that the server was prepared to wait.
  The client MAY repeat the request without modifications at any later time.'.squish
end