# File lib/merb-core/dispatch/default_exception/default_exception.rb, line 112
        def index
          @exceptions = request.exceptions
          @show_details = Merb::Config[:exception_details]
          render :format => :html
        end