Skip to content

Commit

Permalink
impl Error for APIParametersError
Browse files Browse the repository at this point in the history
  • Loading branch information
dkim19375 committed Oct 14, 2023
1 parent 7c30c1d commit 343b4de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/internal/request/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ impl Display for APIParametersError {
}
}

impl Error for APIParametersError {}

impl Error for TodoistAPIError {
fn source(&self) -> Option<&(dyn Error + 'static)> {
match self {
Expand Down

0 comments on commit 343b4de

Please sign in to comment.