steps to move to v0.2.21

This commit is contained in:
Henry Schimke
2023-01-27 15:37:40 -06:00
parent c77b1c2e1b
commit d99927fd76
3 changed files with 24 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
use std::{error::Error, fmt};
#[cfg(feature = "serde")]
use serde::{Deserialize, Serialize};
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[derive(Debug, PartialEq, Eq)]
pub enum Exceptions {
IllegalArgumentException(Option<String>),