Add logger & implement fiber error handling
This commit is contained in:
parent
37c0480e0e
commit
6b13bb3fbf
8 changed files with 400 additions and 25 deletions
8
views/error_page.html
Normal file
8
views/error_page.html
Normal 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue