Remove the old config validation error
This commit is contained in:
parent
e6f9586d83
commit
42a1ce6e9d
|
@ -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)
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue