mid coding commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
#[error("Invalid ID")]
|
||||
pub struct InvalidId;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
#[error("Invalid ID")]
|
||||
pub struct InvalidId;
|
||||