class EventQ::Exceptions::EventTypeNotFound
Error for when an event type is not found by the relevant adapters For AWS SNS that would be a Topic For RabbitMq
that would be an Exchange
.
Public Class Methods
new(message)
click to toggle source
Calls superclass method
# File lib/eventq/eventq_base/exceptions/event_type_not_found.rb, line 7 def initialize(message) super(message) end