# File lib/mspec/runner/formatters/dotted.rb, line 58
58:   def exception(exception)
59:     @count += 1
60:     @failure = @exception ? @failure && exception.failure? : exception.failure?
61:     @exception = true
62:     @exceptions << exception
63:   end