HomeHarvest/homeharvest/exceptions.py

7 lines
203 B
Python
Raw Permalink Normal View History

2023-09-15 15:17:37 -07:00
class InvalidListingType(Exception):
"""Raised when a provided listing type is does not exist."""
2023-09-17 13:06:31 -07:00
class NoResultsFound(Exception):
"""Raised when no results are found for the given location"""