aboutsummaryrefslogtreecommitdiff
path: root/license_protected_downloads/group_auth_common.py
blob: 4ed8d2892ae631bdc867d5bdfe99130269e21e12 (plain)
1
2
3
class GroupAuthError(Exception):
    "Unexpected (infastructure) error during group authorization check."
    pass