Spaces:
Sleeping
Sleeping
Delete exceptions.py
Browse files- exceptions.py +0 -11
exceptions.py
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
class SearchError(Exception):
|
2 |
-
"""Base exception for search errors."""
|
3 |
-
pass
|
4 |
-
|
5 |
-
class NoResultsFound(SearchError):
|
6 |
-
"""Raised when no search results are returned."""
|
7 |
-
pass
|
8 |
-
|
9 |
-
class SearchEngineUnavailable(SearchError):
|
10 |
-
"""Raised when the search engine is down or unreachable."""
|
11 |
-
pass
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|