Exception: Optimizely::InvalidEventDispatcherError

Inherits:
Error
  • Object
show all
Defined in:
lib/optimizely/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Provided event_dispatcher is in an invalid format.') ⇒ InvalidEventDispatcherError

Raised when an invalid event dispatcher is provided



47
48
49
# File 'lib/optimizely/exceptions.rb', line 47

def initialize(msg = 'Provided event_dispatcher is in an invalid format.')
  super
end