Exception: Optimizely::InvalidEventError
- Defined in:
- lib/optimizely/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = 'Provided event is not in datafile.') ⇒ InvalidEventError
constructor
Raised when an invalid event key is provided.
Constructor Details
#initialize(msg = 'Provided event is not in datafile.') ⇒ InvalidEventError
Raised when an invalid event key is provided
39 40 41 |
# File 'lib/optimizely/exceptions.rb', line 39 def initialize(msg = 'Provided event is not in datafile.') super end |