Skip to content

Commit

Permalink
feat: alter Exception::new Custom match name
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminPerRam committed Sep 11, 2024
1 parent eb110a6 commit b7519d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ impl Exception {
0x08 => MemoryParityError,
0x0A => GatewayPathUnavailable,
0x0B => GatewayTargetDevice,
code => Custom(code),
other => Custom(other),
}
}

Expand Down

0 comments on commit b7519d7

Please sign in to comment.