didier/database/exceptions/forbidden.py

6 lines
131 B
Python
Raw Normal View History

2022-09-01 01:02:18 +02:00
__all__ = ["Forbidden"]
class Forbidden(Exception):
"""Exception raised when trying to access a resource that isn't yours"""