method

error_reporter

error_reporter()
public

No documentation available.

# File activesupport/lib/active_support/execution_wrapper.rb, line 112
    def self.error_reporter
      @error_reporter ||= ActiveSupport::ErrorReporter.new
    end