class Her::Errors::Forbidden

Status code 403: authenticated but not authorized

Public Instance Methods

status() click to toggle source
# File lib/her/errors.rb, line 48
def status
  403
end