lib/rabbit_carrots.rb in rabbit_carrots-0.1.18 vs lib/rabbit_carrots.rb in rabbit_carrots-0.1.19
- old
+ new
@@ -16,8 +16,10 @@
class NackMessage < StandardError
end
class NackAndRequeueMessage < StandardError
end
+
+ class PlaceholderError < Error; end
end
end
end