Closed wb14123 closed 3 weeks ago
The catch is in try+, which can catch other things than throwable. So use throw+ to re-throw the exceptions.
try+
throw+
Hey @aphyr does this PR look good to you?
Ah, yes, thank you!
The catch is in
try+
, which can catch other things than throwable. So usethrow+
to re-throw the exceptions.