class Derelict::Instance::MissingBinary
The “vagrant” binary was missing from the instance
Public Class Methods
new(file)
click to toggle source
Initializes a new instance of this exception for a given file
* file: The expected location of the binary
Calls superclass method
Derelict::Exception::OptionalReason::new
# File lib/derelict/instance/missing_binary.rb, line 8 def initialize(file) super "'vagrant' binary not found at #{file}" end