class Farscape::Exceptions::MethodNotAllowed

Public Instance Methods

error_description() click to toggle source
# File lib/farscape/errors.rb, line 49
def error_description
  'The protocol method specified in the Request-Line is not allowed for the resource identified by the Request-URI.'
end