mirror of
https://github.com/Bunsly/HomeHarvest.git
synced 2026-03-05 12:04:31 -08:00
- base
This commit is contained in:
8
homeharvest/exceptions.py
Normal file
8
homeharvest/exceptions.py
Normal file
@@ -0,0 +1,8 @@
|
||||
class InvalidSite(Exception):
|
||||
"""Raised when a provided site is does not exist."""
|
||||
pass
|
||||
|
||||
|
||||
class InvalidListingType(Exception):
|
||||
"""Raised when a provided listing type is does not exist."""
|
||||
pass
|
||||
Reference in New Issue
Block a user