Actions
Bug #19470
closedDefault exception handler for plugins should be HammerCLIForeman::ExceptionHandler
Status:
Closed
Priority:
Normal
Assignee:
Category:
Hammer core
Target version:
Difficulty:
Triaged:
Pull request:
Team Backlog:
Description
The default exception handler is currently generic HammerCLI::ExceptionHanlder, which forces each foreman plugin to define exception handler again. We should provide HammerCLIForeman::ExceptionHandler as default to make sure the standard foreman functionality is present in every plugin.
Actions