Exception: Optimizely::InvalidNotificationType

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

Instance Method Summary collapse

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