didier/database/exceptions/not_found.py

3 lines
91 B
Python

class NoResultFoundException(Exception):
"""Exception raised when nothing was found"""