Sha256: 4f1e17ee1cd189b6a1a29b8430c1a00f61943f0181ef8b4154dc4a108e32eb95
Contents?: true
Size: 603 Bytes
Versions: 11
Compression:
Stored size: 603 Bytes
Contents
require "vagrant" module VagrantPlugins module Shell module Errors class VagrantShellError < Vagrant::Errors::VagrantError error_namespace("vagrant_shell.errors") end class ShellError < VagrantShellError error_key(:shell_error) end class TimeoutError < VagrantShellError error_key(:instance_ready_timeout) end class ComputeError < VagrantShellError error_key(:instance_ready_timeout) end class InstanceReadyTimeout < VagrantShellError error_key(:instance_ready_timeout) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems