error handling

This commit is contained in:
2025-10-29 11:14:19 +01:00
parent ac27a9ab36
commit ee8955574f
10 changed files with 102 additions and 36 deletions
+1
View File
@@ -1,5 +1,6 @@
pub mod bootstrap;
pub mod db;
pub mod error;
pub mod http;
pub mod json;
pub mod storage_paths;