Sha256: 89e4a07718b3cc07918b075bcb6114d12735f20928270fcccb992d3b5ae9d8ec
Contents?: true
Size: 444 Bytes
Versions: 1
Compression:
Stored size: 444 Bytes
Contents
require "vagrant" module VagrantPlugins module RsyncBlitz module Errors class VagrantRsyncBlitzError < Vagrant::Errors::VagrantError error_namespace("vagrant_rsync_blitz.errors") end class OSNotSupportedError < VagrantRsyncBlitzError error_key(:os_not_supported) end class Vagrant15RequiredError < VagrantRsyncBlitzError error_key(:vagrant_15_required) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-rsync-blitz-2.0.0 | lib/vagrant-rsync-blitz/errors.rb |