Tesvia commited on
Commit
feda5aa
·
verified ·
1 Parent(s): 969f5aa

Delete exceptions.py

Browse files
Files changed (1) hide show
  1. 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