Sha256: ed4bded8ffde5e5051d11ca861e992dc49efd1b97b05671a1642e0b2c867cb48

Contents?: true

Size: 328 Bytes

Versions: 1

Compression:

Stored size: 328 Bytes

Contents

module Wor
  module Batchifier
    module Exceptions
      class WrongStrategy < StandardError; end
      class ExistingStrategy < StandardError; end
      class InterfaceNotImplemented < StandardError; end
      class StrategyNotFound < StandardError; end
      class InvalidStrategyType < StandardError; end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wor-batchifier-1.0.0 lib/wor/batchifier/exceptions.rb