class Farscape::Exceptions::RequestUriTooLong
Public Instance Methods
error_description()
click to toggle source
# File lib/farscape/errors.rb, line 102 def error_description 'The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.' end