3 lines
111 B
Python
3 lines
111 B
Python
class NoResultFound(Exception):
|
|
"""A record or records cannot be found given the provided search params"""
|