Flowdock
new(message, failures=[]) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/metal/exceptions.rb, line 10
    def initialize(message, failures=[])
      super(message)
      @failures = failures
    end
Register or log in to add new notes.