didier/database/exceptions/not_found.py

6 lines
130 B
Python

__all__ = ["NoResultFoundException"]
class NoResultFoundException(Exception):
"""Exception raised when nothing was found"""