call-static does not properly unwrap the invocation exception

Issue #129 resolved
Yusuf Ismail repo owner created an issue

Currently when the invoked method fails you aren’t able to see the inner exception containing the failure reason

The inner exception of the invocation needs to be unwrapped and re-thrown so that it behaves as if it was directly invoked

Comments (2)

  1. Log in to comment