didier/database/exceptions/forbidden.py

6 lines
131 B
Python
Raw Normal View History

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