Exception: Optimizely::InvalidEventError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Provided event is not in datafile.') ⇒ InvalidEventError

Raised when an invalid event key is provided



71
72
73
# File 'lib/optimizely/exceptions.rb', line 71

def initialize(msg = 'Provided event is not in datafile.')
  super
end