lib/sidekiq/throttled/errors.rb in sidekiq-throttled-0.7.3 vs lib/sidekiq/throttled/errors.rb in sidekiq-throttled-0.8.0
- old
+ new
@@ -1,5 +1,6 @@
# frozen_string_literal: true
+
module Sidekiq
module Throttled
# Generic class for Sidekiq::Throttled errors
class Error < StandardError; end
end