Sha256: f9acbcc3d0945174b4b2d13ad2f62e3602724574542318e3d5c251e7db2e86f3
Contents?: true
Size: 415 Bytes
Versions: 5
Compression:
Stored size: 415 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 InvalidRelationshipObjectException < Exception; end class NonSettableRelationshipException < Exception; end class ValidationFailedException < Exception; end end end
Version data entries
5 entries across 5 versions & 1 rubygems