Remove unused error classes/messages

This commit is contained in:
Mitchell Hashimoto 2011-01-11 22:43:35 -08:00
parent a91ad4d89f
commit eca25d1802
2 changed files with 0 additions and 12 deletions

View File

@ -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)

View File

@ -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: