Sha256: 084a8892370ee75b231c93a14ee24e9a99fc95e013fbc9fd9fdea9a8dbe0f120
Contents?: true
Size: 401 Bytes
Versions: 82
Compression:
Stored size: 401 Bytes
Contents
# This file contains all the errors that the V2 plugin interface # may throw. module Vagrant module Plugin module V2 # Exceptions that can be thrown within the plugin interface all # inherit from this parent exception. class Error < StandardError; end # This is thrown when a command name given is invalid. class InvalidCommandName < Error; end end end end
Version data entries
82 entries across 75 versions & 13 rubygems