# File lib/active_record/errors.rb, line 156 def initialize(message, exception, attribute) @exception = exception @attribute = attribute @message = message end