Files
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

10 lines
194 B
Python

import warnings
from allauth.core.exceptions import ImmediateHttpResponse
__all__ = ["ImmediateHttpResponse"]
warnings.warn("allauth.exceptions is deprecated, use allauth.core.exceptions")