Sha256: 658f9467e2ba83c24641040bed82e5906ed5a371b21e1010acbcd517d6f341d4

Contents?: true

Size: 391 Bytes

Versions: 4

Compression:

Stored size: 391 Bytes

Contents

module VagrantPlugins
  module Rsync
    module Errors
      class VagrantRsyncError < Vagrant::Errors::VagrantError
         error_namespace("vagrant_rsync.errors")
       end

      class RsyncNotAvailableError < VagrantRsyncError
        error_key(:rsync_not_available)
      end

      class RsyncFailed < VagrantRsyncError
        error_key(:rsync_failed)
      end

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vagrant-rsync-0.2.5 lib/vagrant-rsync/errors.rb
vagrant-rsync-0.2.4 lib/vagrant-rsync/errors.rb
vagrant-rsync-0.2.3 lib/vagrant-rsync/errors.rb
vagrant-rsync-0.2.2 lib/vagrant-rsync/errors.rb