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
Hello, thanks for this library! Its existence has enhanced my programming.
Is it possible to add the ability to (continue) in an execption handler? This would resume execution of the original form at the point where the exception was thrown, for cases where the handler decides the exception is not serious.
Best,
Paul
The text was updated successfully, but these errors were encountered:
Slingshot is very flexible and allows you a system for throwing and catching whatever error and meta-data you need to handle most of the problems a JVM app faces, but if you really need a restart system, you might want to look at those libraries that focus on the issue of restarts. For instance, https://github.com/zcaudate/ribol
Hello, thanks for this library! Its existence has enhanced my programming.
Is it possible to add the ability to (continue) in an execption handler? This would resume execution of the original form at the point where the exception was thrown, for cases where the handler decides the exception is not serious.
Best,
Paul
The text was updated successfully, but these errors were encountered: