Exception: Tenderloin::Actions::ActionException
- Inherits:
-
Exception
- Object
- Exception
- Tenderloin::Actions::ActionException
- Defined in:
- lib/tenderloin/actions/base.rb
Overview
An exception which occured within an action. This should be used instead of error_and_exit, since it allows the Runner to call rescue on all the actions and properly exit. Any message passed into the ActionException is then shown and and tenderloin exits.