parent
a1d8b65397
commit
dba07c4adf
17 changed files with 405 additions and 106 deletions
subcrates/zen_core/src
|
@ -1,9 +1,11 @@
|
|||
use thiserror::Error;
|
||||
|
||||
|
||||
use thiserror::Error;
|
||||
|
||||
#[derive(Debug,Error)]
|
||||
enum ZError {
|
||||
#[error(transparent)]
|
||||
Unknown(#[from] anyhow::Error)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue