Module: Karafka::Testing::Errors

Defined in:
lib/karafka/testing/errors.rb

Overview

Errors that can be raised by this lib

Constant Summary collapse

BaseError =

Base error for all the internal errors

Class.new(StandardError)
TopicNotFoundError =

Raised when we want to build a consumer for a topic that does not exist

Class.new(BaseError)