You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
If I understand the spec correctly then it is only possible to handle self defined/throwed exceptions via br_on_exn.
What is with exceptions from the system/runtime self? For example OutOfMemory, UnrechableCode, DivisionByZero, ArrayOutOfRange, NullPointer, ...
Is it possible to differ between this different system exceptions? If yes, how is this possible?
The text was updated successfully, but these errors were encountered: