auto-decrypt/src/errors.rs
2025-08-16 22:18:54 +02:00

7 lines
212 B
Rust

use custom_error::custom_error;
custom_error!{pub AutoDecryptError
ConfigurationErroro{comment:String} = "{comment}",
APIError{comment:String} = "{comment}",
ORMError{comment:String} = "{comment}",
}