cl-cli/src/error.rs

5 lines
81 B
Rust

#[derive(Debug)]
pub struct GeneralError {
pub(crate) description: String,
}