Flowdock
method

new

Importance_0
new(message, original_exception = nil) public

No documentation

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

Hide source
# File activerecord/lib/active_record/errors.rb, line 66
    def initialize(message, original_exception = nil)
      super(message)
      @original_exception = original_exception
    end
Register or log in to add new notes.