class Her::Errors::Unauthorized

Status code 401: authentication required

Public Instance Methods

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