Sha256: 971eb31b0a27ed3cb4d8d7a05a0fca92d35cc2d6a7314ee524fe652b116d6813

Contents?: true

Size: 162 Bytes

Versions: 29

Compression:

Stored size: 162 Bytes

Contents

# frozen_string_literal: true

module Sidekiq
  module Throttled
    # Generic class for Sidekiq::Throttled errors
    class Error < StandardError; end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
sidekiq-throttled-0.12.0 lib/sidekiq/throttled/errors.rb
sidekiq-throttled-0.11.0 lib/sidekiq/throttled/errors.rb
sidekiq-throttled-0.10.0 lib/sidekiq/throttled/errors.rb
sidekiq-throttled-0.10.0.beta lib/sidekiq/throttled/errors.rb
sidekiq-throttled-0.10.0.alpha lib/sidekiq/throttled/errors.rb
sidekiq-throttled-0.9.0 lib/sidekiq/throttled/errors.rb
sidekiq-throttled-0.8.2 lib/sidekiq/throttled/errors.rb
sidekiq-throttled-0.8.1 lib/sidekiq/throttled/errors.rb
sidekiq-throttled-0.8.0 lib/sidekiq/throttled/errors.rb