lib/wor/batchifier/exceptions.rb in wor-batchifier-0.0.1 vs lib/wor/batchifier/exceptions.rb in wor-batchifier-0.0.2
- old
+ new
@@ -1,10 +1,10 @@
-module Wor
- module Batchifier
- module Exceptions
- class WrongStrategy < StandardError; end
- class ExistingStrategy < StandardError; end
- class InterfaceNotImplemented < StandardError; end
- class StrategyNotFound < StandardError; end
- end
- end
-end
+module Wor
+ module Batchifier
+ module Exceptions
+ class WrongStrategy < StandardError; end
+ class ExistingStrategy < StandardError; end
+ class InterfaceNotImplemented < StandardError; end
+ class StrategyNotFound < StandardError; end
+ end
+ end
+end