<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">import warnings

from allauth.core.exceptions import ImmediateHttpResponse


__all__ = ["ImmediateHttpResponse"]


warnings.warn("allauth.exceptions is deprecated, use allauth.core.exceptions")
</pre></body></html>