Skip to content
Snippets Groups Projects
Commit 4bc53414 authored by Mart van Santen's avatar Mart van Santen
Browse files

Add exception

parent 02c4cf3f
No related branches found
No related tags found
2 merge requests!68Merge loginpanel into main and release 0.5.0,!60Resolve "Allow CLI to set password"
Pipeline #10095 failed with stages
in 1 minute and 54 seconds
......@@ -40,7 +40,7 @@ from ory_kratos_client.model.self_service_recovery_flow import SelfServiceRecove
from ory_kratos_client.model.identity_state import IdentityState
from exceptions import *
from exceptions import BackendError
# Initaliaze the FLASK app
app = Flask(__name__,
......
class BackendError(Exception):
"""Base class for other exceptions"""
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment