Add service_error module for error handling

This commit is contained in:
GW_MC
2025-12-02 16:55:08 +08:00
parent 6cd55d06a2
commit 8b98590a1e
2 changed files with 15 additions and 0 deletions

1
apps/api/src/errors.rs Normal file
View File

@@ -0,0 +1 @@
pub mod service_error;