cl-cli/src/error.rs

5 lines
65 B
Rust

pub struct GeneralError {
pub(crate) description: String,
}