lib/sidekiq/throttled/errors.rb in sidekiq-throttled-0.1.0 vs lib/sidekiq/throttled/errors.rb in sidekiq-throttled-0.2.0

- old
+ new

@@ -1,4 +1,5 @@ +# frozen_string_literal: true module Sidekiq module Throttled # Generic class for Sidekiq::Throttled errors class Error < StandardError; end end