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
161 162 163 |
# File 'lib/optimizely/exceptions.rb', line 161 def initialize(msg = 'Provided notification type is invalid.') super end |