cl-cli/src/error.rs

5 lines
81 B
Rust
Raw Normal View History

#[derive(Debug)]
2024-01-08 12:26:09 +00:00
pub struct GeneralError {
pub(crate) description: String,
}