Skip to content

Commit f468c46

Browse files
committed
Fix missing attribute throwable for TypeErorr.
1 parent 5832ebf commit f468c46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phper/src/errors.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ pub enum Error {
5252
Other(#[from] anyhow::Error),
5353

5454
#[error(transparent)]
55+
#[throwable(transparent)]
5556
Type(#[from] TypeError),
5657

5758
#[error(transparent)]

0 commit comments

Comments
 (0)