forked from sr2/cloud-api
6 lines
127 B
Python
6 lines
127 B
Python
"""
|
|
Module specific exceptions for the auth module
|
|
|
|
Exceptions:
|
|
- UnauthorizedException: Takes an optional message string
|
|
"""
|