Remove unused error classes/messages
This commit is contained in:
parent
a91ad4d89f
commit
eca25d1802
|
@ -230,16 +230,6 @@ module Vagrant
|
|||
error_key(:dotfile_error, "vagrant.actions.vm.persist")
|
||||
end
|
||||
|
||||
class ProvisionInvalidClass < VagrantError
|
||||
status_code(35)
|
||||
error_key(:invalid_class, "vagrant.actions.vm.provision")
|
||||
end
|
||||
|
||||
class ProvisionUnknownType < VagrantError
|
||||
status_code(36)
|
||||
error_key(:unknown_type, "vagrant.actions.vm.provision")
|
||||
end
|
||||
|
||||
class SSHAuthenticationFailed < VagrantError
|
||||
status_code(11)
|
||||
error_key(:ssh_authentication_failed)
|
||||
|
|
|
@ -353,8 +353,6 @@ en:
|
|||
provision:
|
||||
beginning: "Running provisioner: %{provisioner}..."
|
||||
enabled: "Provisioning enabled with %{provisioner}..."
|
||||
invalid_class: "Provisioners must be an instance of Vagrant::Provisioners::Base"
|
||||
unknown_type: "Unknown provisioner type: %{provisioner}"
|
||||
resume:
|
||||
resuming: Resuming suspended VM...
|
||||
share_folders:
|
||||
|
|
Loading…
Reference in New Issue