Sha256: 9bff77318eae245da6fbc696664f436c80f73f0120976fc7e82fa67cb451336f

Contents?: true

Size: 192 Bytes

Versions: 1

Compression:

Stored size: 192 Bytes

Contents

# frozen_string_literal: true

module Boatload
  # Raised when the queue between an AsyncBatchProcessor and its Worker reaches its maximum size.
  class QueueOverflow < StandardError; end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
boatload-0.1.0 lib/boatload/errors.rb