Sha256: 7b349abcb786f0b6712acf88040b9d0fbaa2cfefb3c0c15d3a24ace25f8e1131
Contents?: true
Size: 162 Bytes
Versions: 4
Compression:
Stored size: 162 Bytes
Contents
module ActiveJob class Retry < Module class InvalidConfigurationError < StandardError; end class UnsupportedAdapterError < StandardError; end end end
Version data entries
4 entries across 4 versions & 1 rubygems