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
Currently, with the exception feature enabled, when an exception is thrown the panic starts from within the implementation of messaging. This should be raised to the macro, so that the first thing the user sees is which line of their code was the issue without having to re-run with backtraces on.
This might also be a good way to surface verification errors once they're finalized in #38.
The text was updated successfully, but these errors were encountered:
Currently, with the exception feature enabled, when an exception is thrown the panic starts from within the implementation of messaging. This should be raised to the macro, so that the first thing the user sees is which line of their code was the issue without having to re-run with backtraces on.
This might also be a good way to surface verification errors once they're finalized in #38.
The text was updated successfully, but these errors were encountered: