# File lib/active_record/errors.rb, line 104
    def initialize(record, attempted_action)
      @record = record
      @attempted_action = attempted_action
    end