# File lib/dm-rails/multiparameter_attributes.rb, line 24
      def initialize(attribute, values, exception)
        super("Could not assign #{values.inspect} to #{attribute} (#{exception.message}).")
        @attribute = attribute
        @values = values
        @exception = exception
      end