Sha256: 7339a9e66a6c8167843bcfbf8a1acce3bf51f192416ea85e809bede3781e4b35
Contents?: true
Size: 390 Bytes
Versions: 1
Compression:
Stored size: 390 Bytes
Contents
require "vagrant" module VagrantPlugins module HYPERKIT module Errors class VagrantXHYVEError < Vagrant::Errors::VagrantError error_namespace("vagrant_hyperkit.errors") end class RsyncError < VagrantXYHVEError error_key(:rsync_error) end class MkdirError < VagrantXHYVEError error_key(:mkdir_error) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-hyperkit-0.4.3 | lib/vagrant-hyperkit/errors.rb |