class Farscape::Exceptions::RequestEntityTooLarge

Public Instance Methods

error_description() click to toggle source
# File lib/farscape/errors.rb, line 97
def error_description
  'The server is refusing to process a request because the request entity is larger than the server is willing or able to process.'.squish
end