Sha256: 1c6fe3d16a08b521cbb76223cf2756d7f481c2f78e2ed5950ef7866bcce78497
Contents?: true
Size: 475 Bytes
Versions: 6
Compression:
Stored size: 475 Bytes
Contents
require "vagrant" module VagrantPlugins module AWS module Errors class VagrantAWSError < Vagrant::Errors::VagrantError error_namespace("vagrant_aws.errors") end class FogError < VagrantAWSError error_key(:fog_error) end class InstanceReadyTimeout < VagrantAWSError error_key(:instance_ready_timeout) end class RsyncError < VagrantAWSError error_key(:rsync_error) end end end end
Version data entries
6 entries across 6 versions & 3 rubygems