Sha256: 6b65192e300b009aefd644ec6122e82d5feceea9746ec17a1377051064006e3a
Contents?: true
Size: 401 Bytes
Versions: 82
Compression:
Stored size: 401 Bytes
Contents
# This file contains all the errors that the V1 plugin interface # may throw. module Vagrant module Plugin module V1 # 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