refactor: make the serverside error handling more robust
This commit is contained in:
3
src/errors/mod.rs
Normal file
3
src/errors/mod.rs
Normal file
@ -0,0 +1,3 @@
|
||||
pub(crate) mod error;
|
||||
pub(crate) mod error_vec;
|
||||
pub(crate) mod project_create_error;
|
Reference in New Issue
Block a user