# File lib_wpm/wpm.rb, line 2059
    def check_mapping
      unless (@src) then
        raise PropertyError, "required `src' property at #{widget_id.inspect}"
      end

      nil
    end