method

annotated_source_code

annotated_source_code()
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 113
    def annotated_source_code
      if exception.respond_to?(:annotated_source_code)
        exception.annotated_source_code
      else
        []
      end
    end