Sha256: 672d0b61107c4bc13636a8bf076642d75da90c4abbaa2e010e030926f4bf856a
Contents?: true
Size: 465 Bytes
Versions: 5
Compression:
Stored size: 465 Bytes
Contents
module VirtualBox # Gem specific exceptions will reside under this namespace for easy # documentation and searching. module Exceptions class Exception < ::Exception; end class CommandFailedException < Exception; end class ConfigurationException < Exception; end class InvalidRelationshipObjectException < Exception; end class NonSettableRelationshipException < Exception; end class ValidationFailedException < Exception; end end end
Version data entries
5 entries across 5 versions & 1 rubygems