lib/ramdo/exceptions.rb in ramdo-0.2.1 vs lib/ramdo/exceptions.rb in ramdo-0.3.0

- old
+ new

@@ -1,5 +1,3 @@ module Ramdo - class OSNotSupportedException < StandardError; end - class NotEnoughFreeRamException < StandardError; end class GeneralRamdiskException < StandardError; end end