# File lib/cucumber/formatter/json.rb, line 64
      def before_step_result(keyword, step_match, multiline_arg, status, exception, source_indent, background)
        if exception
          @current_step[:exception] = exception_hash_for(exception)
        end
      end