feat: add IdfotoError enum with thiserror
This commit is contained in:
@@ -1 +1,2 @@
|
||||
pub mod error;
|
||||
pub use error::{IdfotoError, Result};
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1 +1,2 @@
|
||||
pub mod error;
|
||||
pub use error::{IdfotoError, Result};
|
||||
|
||||