Skip to content

Real exception are rethrown

Latest
Compare
Choose a tag to compare
@ericjesse ericjesse released this 06 Oct 16:56
· 4 commits to main since this release

Features

The exceptions thrown by the called functions or methods are now rethrown:

  • In Kotlin, they are directly rethrown, without being encapsulated into a reflection or invocation exception.
  • In Java, they are encapsulated into a Catadioptre exception.

Fixes

  • Internal members or classes no longer generate compilation errors

New Contributors

Full Changelog: v0.3.0...v.0.4.0