Sha256: 7834f2b04149badb5872b7b63524102924d4b4c00c91f5343b32dffc0a4f217e
Contents?: true
Size: 200 Bytes
Versions: 21
Compression:
Stored size: 200 Bytes
Contents
module Ddr module Batch # Base class for custom exceptions class Error < StandardError; end # Error processing batch object class BatchObjectProcessingError < Error; end end end
Version data entries
21 entries across 21 versions & 1 rubygems