Sha256: b52deff44e44310b4f046d2451abd7e4448805c1a11e0819436a6d0ed9ec0229
Contents?: true
Size: 410 Bytes
Versions: 15
Compression:
Stored size: 410 Bytes
Contents
require "vagrant" module VagrantPlugins module Sakura module Errors class VagrantSakuraError < Vagrant::Errors::VagrantError error_namespace("vagrant_sakura.errors") end class InstanceReadyTimeout < VagrantSakuraError error_key(:instance_ready_timeout) end class RsyncError < VagrantSakuraError error_key(:rsync_error) end end end end
Version data entries
15 entries across 15 versions & 1 rubygems