lib/virtualbox/exceptions.rb in virtualbox-0.6.0 vs lib/virtualbox/exceptions.rb in virtualbox-0.6.1

- old
+ new

@@ -2,12 +2,9 @@ # 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 class FFIException < Exception attr_accessor :data \ No newline at end of file