Method: QB::Ansible::Module::Formatters::Processor#exception
- Defined in:
- lib/qb/ansible/module.rb
#exception ⇒ Object
Exception
80 81 82 |
# File 'lib/qb/ansible/module.rb', line 80 def exception "-- Exception: #{log.exception.class}: #{log.exception.}\n#{backtrace_to_s}" if log.exception end |