Exception: Omnes::Subscriber::MultipleSubscriberSubscriptionAttemptError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Omnes::Subscriber::MultipleSubscriberSubscriptionAttemptError
- Defined in:
- lib/omnes/subscriber/errors.rb
Overview
Raised when subscribing the same subscriber instance to the same bus twice
Instance Method Summary collapse
-
#initialize ⇒ MultipleSubscriberSubscriptionAttemptError
constructor
private
A new instance of MultipleSubscriberSubscriptionAttemptError.
Constructor Details
#initialize ⇒ MultipleSubscriberSubscriptionAttemptError
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() end |