# File lib/mspec/runner/actions/tally.rb, line 103 103: def exception(exception) 104: exception.failure? ? @counter.failures! : @counter.errors! 105: end