Exception: Omnes::Subscriber::MultipleSubscriberSubscriptionAttemptError

Inherits:
Error
  • Object
show all
Defined in:
lib/omnes/subscriber/errors.rb

Overview

Raised when subscribing the same subscriber instance to the same bus twice

Instance Method Summary collapse

Constructor Details

#initializeMultipleSubscriberSubscriptionAttemptError

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of MultipleSubscriberSubscriptionAttemptError.



10
11
12
# File 'lib/omnes/subscriber/errors.rb', line 10

def initialize
  super(default_message)
end