Module supertokens_python.recipe.dashboard.exceptions

Expand source code
from supertokens_python.exceptions import SuperTokensError


class SuperTokensDashboardError(SuperTokensError):
    pass

Classes

class SuperTokensDashboardError (*args, **kwargs)

Common base class for all non-exit exceptions.

Expand source code
class SuperTokensDashboardError(SuperTokensError):
    pass

Ancestors