feat: add IdfotoError enum with thiserror

This commit is contained in:
adlee-was-taken
2026-04-11 22:53:19 -04:00
parent 34cc926f82
commit a77a1c8b42
2 changed files with 42 additions and 1 deletions

View File

@@ -1 +1,2 @@
pub mod error;
pub use error::{IdfotoError, Result};