Exception: Optimizely::InvalidNotificationType
- Defined in:
- lib/optimizely/exceptions.rb
Instance Method Summary collapse
- 
  
    
      #initialize(msg = 'Provided notification type is invalid.')  ⇒ InvalidNotificationType 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    Raised when an invalid notification type is provided. 
Constructor Details
#initialize(msg = 'Provided notification type is invalid.') ⇒ InvalidNotificationType
Raised when an invalid notification type is provided
| 103 104 105 | # File 'lib/optimizely/exceptions.rb', line 103 def initialize(msg = 'Provided notification type is invalid.') super end |