Sha256: 46e618e5b8fe96da942f10eb9d3b316d1d6e4698fe1ef6cfedbfef5f3386ebd2

Contents?: true

Size: 285 Bytes

Versions: 1

Compression:

Stored size: 285 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

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