Introduce custom errors

This commit is contained in:
Valentin Tolmer
2021-05-10 09:34:38 +02:00
parent 5abff453b9
commit 6b8cccede0
3 changed files with 16 additions and 4 deletions

View File

@@ -1,2 +1,3 @@
pub mod error;
pub mod handler;
pub mod sql_tables;