mirror of https://github.com/ansible/ansible.git
Adds a general purpose Exception class for F5 modules (#15977)
This class can be used by F5 modules for raising exceptions. This should be used to handle known errors and raise them so that they can be printed in the fail_json method. The common Exception class built-in should not be used because it hides tracebacks that are necessary to have when debugging problems with the module.pull/13384/merge
parent
064ed63843
commit
9041a0fee9
Loading…
Reference in New Issue