sjoerdk / consentdb

Holds consent information. Does this person give permission for her or his data to be used?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use flask error handlers

sjoerdk opened this issue · comments

Instead of custom error output, raise exceptions and register flask error handlers for them.
See
https://flask.palletsprojects.com/en/1.1.x/errorhandling/