diff --git a/app/core/exceptions.py b/app/core/exceptions.py index 1b47e54..be62ccb 100644 --- a/app/core/exceptions.py +++ b/app/core/exceptions.py @@ -1,5 +1,7 @@ """Custom exceptions for VoIdea application.""" +from typing import Any + class AppError(Exception): """Base application exception.