Sha256: 308643a9e1e92c2a551d2291221dc63b290e732852cdce95faddf9f247fd0862

Contents?: true

Size: 457 Bytes

Versions: 1

Compression:

Stored size: 457 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 InvalidObjectException < Exception; end
    class InvalidRelationshipObjectException < Exception; end
    class NonSettableRelationshipException < Exception; end
    class NoParentException < Exception; end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
virtualbox-0.2.0 lib/virtualbox/exceptions.rb