lib/virtualbox/exceptions.rb in virtualbox-0.7.1 vs lib/virtualbox/exceptions.rb in virtualbox-0.7.2
- old
+ new
@@ -8,10 +8,11 @@
class ValidationFailedException < Exception; end
class MediumLocationInUseException < Exception; end
class MediumCreationFailedException < Exception; end
class MediumNotUpdatableException < Exception; end
class ReadonlyVMStateException < Exception; end
+ class UnsupportedVersionException < Exception; end
class FFIException < Exception
attr_accessor :data
def initialize(data={})
@@ -33,6 +34,6 @@
class NotSupportedException < FFIException; end
class XMLErrorException < FFIException; end
class InvalidSessionStateException < FFIException; end
class ObjectInUseException < FFIException; end
end
-end
\ No newline at end of file
+end