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

class SuperTokensDashboardError (*args, **kwargs)

Common base class for all non-exit exceptions.

Expand source code
class SuperTokensDashboardError(SuperTokensError):
    pass

Ancestors

Subclasses