# File lib/mspec/runner/formatters/specdoc.rb, line 30
30:   def exception(exception)
31:     print "\n- #{exception.it}" if exception?
32:     super
33:     print " (#{exception.failure? ? 'FAILED' : 'ERROR'} - #{@count})"
34:   end