didier/database/exceptions/not_found.py

3 lines
91 B
Python
Raw Normal View History

2022-06-21 23:58:21 +02:00
class NoResultFoundException(Exception):
"""Exception raised when nothing was found"""