exception documentation
class HooksAbort(HooksFailure):
A required hook has failed.
This caused an abort of the operation in the initial phase. This exception always has an attribute args which is a list of tuples of:
- node: the source node on which this hooks has failed
- script: the name of the script which aborted the run