# File lib/bundler/errors.rb, line 52
    def initialize(path, permission_type = :write)
      @path = path
      @permission_type = permission_type
    end