diff --git a/lib/vagrant/errors.rb b/lib/vagrant/errors.rb index 3822786e0..b01a13c3b 100644 --- a/lib/vagrant/errors.rb +++ b/lib/vagrant/errors.rb @@ -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) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index f9a4603eb..fb7dd4cd3 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -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: