mirror of https://github.com/stijndcl/didier
3 lines
91 B
Python
3 lines
91 B
Python
|
class NoResultFoundException(Exception):
|
||
|
"""Exception raised when nothing was found"""
|