We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5832ebf commit f468c46Copy full SHA for f468c46
phper/src/errors.rs
@@ -52,6 +52,7 @@ pub enum Error {
52
Other(#[from] anyhow::Error),
53
54
#[error(transparent)]
55
+ #[throwable(transparent)]
56
Type(#[from] TypeError),
57
58
0 commit comments