mini_functions/
errors.rs

1// Copyright © 2023 Mini Functions library. All rights reserved.
2// SPDX-License-Identifier: Apache-2.0 OR MIT
3
4//! Application Error handling functionality
5//!
6//! Provides access to error handling functions and types.
7
8/// Re-exported main [`idk`] module from idk for error handling.
9pub use idk::*;