lib/vagrant/errors.rb in vagrant-unbundled-2.0.4.0 vs lib/vagrant/errors.rb in vagrant-unbundled-2.1.1.0
- old
+ new
@@ -578,10 +578,14 @@
class ProviderNotFound < VagrantError
error_key(:provider_not_found)
end
+ class ProviderNotFoundSuggestion < VagrantError
+ error_key(:provider_not_found_suggestion)
+ end
+
class ProviderNotUsable < VagrantError
error_key(:provider_not_usable)
end
class ProvisionerFlagInvalid < VagrantError
@@ -774,10 +778,22 @@
class SyncedFolderUnusable < VagrantError
error_key(:synced_folder_unusable)
end
+ class TriggersGuestNotRunning < VagrantError
+ error_key(:triggers_guest_not_running)
+ end
+
+ class TriggersNoBlockGiven < VagrantError
+ error_key(:triggers_no_block_given)
+ end
+
+ class TriggersNoStageGiven < VagrantError
+ error_key(:triggers_no_stage_given)
+ end
+
class UIExpectsTTY < VagrantError
error_key(:ui_expects_tty)
end
class UnimplementedProviderAction < VagrantError
@@ -824,13 +840,9 @@
error_key(:vboxmanage_launch_error)
end
class VBoxManageNotFoundError < VagrantError
error_key(:vboxmanage_not_found_error)
- end
-
- class VBoxManageNotFoundWSLError < VagrantError
- error_key(:vboxmanage_not_found_wsl_error)
end
class VirtualBoxBrokenVersion040214 < VagrantError
error_key(:virtualbox_broken_version_040214)
end