Skip to content

pretix: do not crash on errors from Pretix API.

Maico Timmerman requested to merge pretix-better-errors into master

All errors in the API will be converted to ServiceUnavailableException and will be displayed in the frontend, without actually crashing the page.

Closes #1156 (closed)

Merge request reports