1
0
Fork 0
forked from sr2/cloud-api
cloud-api/src/auth/exceptions.py
luxferre c2e035dede feat: more accurate status codes
403 Forbidden replacing many 401 Unauthorized usages.
2026-06-11 14:58:05 +01:00

6 lines
127 B
Python

"""
Module specific exceptions for the auth module
Exceptions:
- UnauthorizedException: Takes an optional message string
"""