appcore_core/error.rs
1// =============================================================================
2// #######
3// ### ### F: error.rs
4// ## ## ## ## P: AppCore-Runtime
5// ## ##
6// C: 2026/05/29 20:47:35 by dnettoRaw
7// ## ## ## ## U: 2026/07/24 16:07:49 by dnettoRaw
8// ########### S: 1.0.1-rc.8
9// =============================================================================
10
11//! Foundational Runtime error exports.
12
13pub use appcore_types::{RuntimeError, RuntimeResult};