Add generic error catchers

This commit is contained in:
Bat
2018-06-18 16:59:49 +01:00
parent bb682a1cc1
commit 58cc35691d
5 changed files with 32 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ use std::path::{Path, PathBuf};
pub mod blogs;
pub mod comments;
pub mod errors;
pub mod instance;
pub mod likes;
pub mod notifications;