Remove the old config validation error

This commit is contained in:
Mitchell Hashimoto 2013-01-18 12:15:36 -08:00
parent e6f9586d83
commit 42a1ce6e9d
2 changed files with 0 additions and 10 deletions

View File

@ -150,11 +150,6 @@ module Vagrant
error_key(:cli_invalid_options)
end
class ConfigValidationFailed < VagrantError
status_code(42)
error_key(:config_validation)
end
class DeprecationError < VagrantError
status_code(60)
error_key(:deprecation)

View File

@ -56,11 +56,6 @@ en:
available below.
%{help}
config_validation: |-
There was a problem with the configuration of Vagrant. The error message(s)
are printed below:
%{messages}
deprecation: |-
You are using a feature that has been removed in this version. Explanation: