diff --git a/extensions/exceptions.py b/extensions/exceptions.py index 0d073da..e13b416 100644 --- a/extensions/exceptions.py +++ b/extensions/exceptions.py @@ -17,6 +17,7 @@ from classes.exceptions import ( AlbumNotFoundError, PhotoNotFoundError, PhotoSearchQueryEmptyError, + SearchLimitInvalidError, SearchPageInvalidError, SearchTokenInvalidError, UserAlreadyExists,