fastapi-template/src/_module_template/exceptions.py
luxferre ea9803536a template for service rather than hub
Previous template structure had direct handling of auth. This structure is designed to get auth from the hub instead.
2026-06-05 16:39:14 +01:00

6 lines
No EOL
110 B
Python

"""
Exceptions related to the <this> modules
Exceptions:
- <ExceptionName>: Details e.g. optional params
"""