Sha256: 5aa093755a84528eef24c9ab8bdce9942b43c5b356b7936d8465a3280df1af00
Contents?: true
Size: 327 Bytes
Versions: 21
Compression:
Stored size: 327 Bytes
Contents
# frozen_string_literal: true module Karafka # Namespace used to encapsulate all the internal errors of Karafka module Errors # Raised when application does not have ApplicationWorker or other class that directly # inherits from Karafka::BaseWorker BaseWorkerDescentantMissing = Class.new(BaseError) end end
Version data entries
21 entries across 21 versions & 1 rubygems