Exception: Vagrant::Errors::VirtualBoxNotDetected_Win64
- Inherits:
-
VirtualBoxNotDetected
- Object
- StandardError
- VagrantError
- VirtualBoxNotDetected
- Vagrant::Errors::VirtualBoxNotDetected_Win64
- Defined in:
- lib/vagrant/errors.rb
Overview
Note that this is a subclass of VirtualBoxNotDetected, so developers who script Vagrant or use it as a library in any way can rescue from "VirtualBoxNotDetected" and catch both errors, which represent the same thing. This subclass simply has a specialized error message.
Method Summary
Methods inherited from VagrantError
#error_key, error_key, error_namespace, #error_namespace, #initialize, status_code
Constructor Details
This class inherits a constructor from Vagrant::Errors::VagrantError