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
| 54 55 56 | # File 'lib/optimizely/exceptions.rb', line 54 def initialize(msg = 'Provided event is not in datafile.') super end |