class Farscape::Exceptions::Forbidden

Public Instance Methods

error_description() click to toggle source
# File lib/farscape/errors.rb, line 36
def error_description
  'The server understood the request, but is refusing to fulfill it.
  Authorization will not help and the request SHOULD NOT be repeated.'.squish
end