Actions
Feature proposal #6562
closedImplement better error handling
Feature proposal #6562:
Implement better error handling
Description
Add a try-catch around the execution of an action and output the error if debugging is enabled otherwise allow it to silently fail. Error usages within actions themselves should then just be changed to throw an exception.
Actions