1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: MIT
//
// Copyright (c) 2022 Robert Oleynik

mod fail;
mod handle;

#[cfg(feature = "derive")]
pub use error_utils_derive::Errors;