lib/gearman.rb in gearman-ruby-3.0.4 vs lib/gearman.rb in gearman-ruby-3.0.6
- old
+ new
@@ -71,6 +71,12 @@
end
class NetworkError < Exception
end
+class NoJobServersError < Exception
+end
+
+class JobQueueError < Exception
+end
+
end
- old
+ new