Add logger & implement fiber error handling

This commit is contained in:
William Bouzourène 2025-01-20 17:24:19 +01:00
parent 639652bfeb
commit 5e3814e4fb
8 changed files with 400 additions and 25 deletions

8
views/error_page.html Normal file
View file

@ -0,0 +1,8 @@
{% extends "layouts/main.html" %}
{% block main %}
<div class="container text-center py-5">
<div class="h1 mb-3">Erreur {{ Code }}</div>
<code>{{ Message }}</code>
</div>
{% endblock %}