1
2
3
4
5
6
7
8
9
// Copyright © 2023 Mini Functions library. All rights reserved.
// SPDX-License-Identifier: Apache-2.0 OR MIT

//! Application Error handling functionality
//!
//! Provides access to error handling functions and types.

/// Re-exported main [`idk`] module from idk for error handling.
pub use idk::*;