didier/database/exceptions/forbidden.py

6 lines
131 B
Python

__all__ = ["Forbidden"]
class Forbidden(Exception):
"""Exception raised when trying to access a resource that isn't yours"""