Module supertokens_python.recipe.dashboard.exceptions
Expand source code
from supertokens_python.exceptions import SuperTokensError
class SuperTokensDashboardError(SuperTokensError):
pass
class DashboardOperationNotAllowedError(SuperTokensDashboardError):
pass
Classes
class DashboardOperationNotAllowedError (*args, **kwargs)
-
Common base class for all non-exit exceptions.
Expand source code
class DashboardOperationNotAllowedError(SuperTokensDashboardError): pass
Ancestors
- SuperTokensDashboardError
- SuperTokensError
- builtins.Exception
- builtins.BaseException
class SuperTokensDashboardError (*args, **kwargs)
-
Common base class for all non-exit exceptions.
Expand source code
class SuperTokensDashboardError(SuperTokensError): pass
Ancestors
- SuperTokensError
- builtins.Exception
- builtins.BaseException
Subclasses