Sha256: 003e5c4f97f40cfd81c11cdbf2a882d0afcea0e6b4758d3b35a20002dc01f575

Contents?: true

Size: 384 Bytes

Versions: 7

Compression:

Stored size: 384 Bytes

Contents

require "vagrant"

module VagrantPlugins
  module XHYVE
    module Errors
      class VagrantXHYVEError < Vagrant::Errors::VagrantError
        error_namespace("vagrant_xhyve.errors")
      end

      class RsyncError < VagrantXYHVEError
        error_key(:rsync_error)
      end

      class MkdirError < VagrantXHYVEError
        error_key(:mkdir_error)
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
vagrant-xhyve-0.4.1 lib/vagrant-xhyve/errors.rb
vagrant-xhyve-0.4.0 lib/vagrant-xhyve/errors.rb
vagrant-xhyve-0.3.0 lib/vagrant-xhyve/errors.rb
vagrant-xhyve-0.2.0 lib/vagrant-xhyve/errors.rb
vagrant-xhyve-0.1.1 lib/vagrant-xhyve/errors.rb
vagrant-xhyve-0.1.1.pre lib/vagrant-xhyve/errors.rb
vagrant-xhyve-0.1.0.pre lib/vagrant-xhyve/errors.rb