Skip to main content

karbon_framework/error/
mod.rs

1mod app_error;
2
3pub use app_error::{AppError, AppResult};