class Derelict::Parser::Version::InvalidFormat

The version wasn't in the expected format and couldn't be parsed

Private Instance Methods

default_message() click to toggle source

Retrieves the default error message

# File lib/derelict/parser/version/invalid_format.rb, line 10
def default_message
  "Output from 'vagrant --version' was in an unexpected format"
end