instance method dispatcher_error

Ruby on Rails 2.3.18

Since v2.2.3 Last seen in v2.3.18

Available in: v2.2.3 v2.3.18

Signature

dispatcher_error(e, msg = "")

No documentation comment.

Parameters

e req
msg opt = ""
Source
# File railties/lib/fcgi_handler.rb, line 126
    def dispatcher_error(e, msg = "")
      error_message =
        "Dispatcher failed to catch: #{e} (#{e.class})\n" +
        "  #{e.backtrace.join("\n  ")}\n#{msg}"
      dispatcher_log(:error, error_message)
    end

Defined in railties/lib/fcgi_handler.rb line 126 · View on GitHub · Improve this page · Find usages on GitHub

Defined in RailsFCGIHandler

Type at least 2 characters to search.

↑↓ navigate · open · esc close