Skip to content

Commit

Permalink
add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Feb 21, 2023
1 parent 4ddc668 commit 654001a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plerkle_serialization/src/error.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
use thiserror::Error;
#[derive(Debug, Clone, PartialEq, Eq,Error)]
pub enum PlerkleSerializationError {
#[error("Serialization error: {0}")]
SerializationError(String)
}

0 comments on commit 654001a

Please sign in to comment.