diff --git a/backend/common/exception/errors.py b/backend/common/exception/errors.py index 77b2dcfe..40302aa5 100644 --- a/backend/common/exception/errors.py +++ b/backend/common/exception/errors.py @@ -16,6 +16,7 @@ class BaseExceptionError(Exception): self.data = data # The original background task: https://www.starlette.io/background/ self.background = background + super().__init__(msg) class HTTPError(HTTPException):