vagrant-cachier-ng/lib/vagrant-cachier/errors.rb

10 lines
232 B
Ruby

module VagrantPlugins
module Cachier
module Errors
class MultipleProviderSpecificCacheDirsFound < Vagrant::Errors::VagrantError
error_key(:multiple_provider_specific_cache_dirs_found)
end
end
end
end