Sha256: 311d0a7c1cbc0dba5f19dd4311ef0317e2b3f56f753e67732d9f32c77343d8a2
Contents?: true
Size: 275 Bytes
Versions: 1
Compression:
Stored size: 275 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.1 | lib/wor/batchifier/exceptions.rb |