Include plugin initialization error class
This commit is contained in:
parent
33c9d6183a
commit
fb85bb1c7b
|
@ -588,6 +588,10 @@ module Vagrant
|
|||
error_key(:plugin_uninstall_system)
|
||||
end
|
||||
|
||||
class PluginInitError < VagrantError
|
||||
error_key(:plugin_init_error)
|
||||
end
|
||||
|
||||
class PushesNotDefined < VagrantError
|
||||
error_key(:pushes_not_defined)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue