Remove DeprecationError
This commit is contained in:
parent
e0c8fadae4
commit
bae6555836
|
@ -150,11 +150,6 @@ module Vagrant
|
|||
error_key(:cli_invalid_options)
|
||||
end
|
||||
|
||||
class DeprecationError < VagrantError
|
||||
status_code(60)
|
||||
error_key(:deprecation)
|
||||
end
|
||||
|
||||
class DestroyRequiresForce < VagrantError
|
||||
status_code(74)
|
||||
error_key(:destroy_requires_force)
|
||||
|
|
|
@ -56,11 +56,6 @@ en:
|
|||
available below.
|
||||
|
||||
%{help}
|
||||
deprecation: |-
|
||||
You are using a feature that has been removed in this version. Explanation:
|
||||
|
||||
%{message}
|
||||
Note that this error message will not appear in the next version of Vagrant.
|
||||
destroy_requires_force: |-
|
||||
Destroy doesn't have a TTY to ask for confirmation. Please pass the
|
||||
`--force` flag to force a destroy, otherwise attach a TTY so that
|
||||
|
|
Loading…
Reference in New Issue