Lisp - Catch all errors

In Visual Lisp (AutoCAD) there is a method called "VL-CATCH-ALL-APPLY" which can be used to catch all errors and continue to run your program instead of just a semi-controlled exit. Are there any ways to get this functionality in Bricscad?