class Optimizely::InvalidNotificationType

Public Class Methods

new(msg = 'Provided notification type is invalid.') click to toggle source

Raised when an invalid notification type is provided

Calls superclass method
# File lib/optimizely/exceptions.rb, line 103
def initialize(msg = 'Provided notification type is invalid.')
  super
end