class Optimizely::InvalidAttributeType

Public Class Methods

new(msg = 'Provided attribute value is not in the expected data type.') click to toggle source

Raised when an attribute is not provided in expected type.

Calls superclass method
# File lib/optimizely/exceptions.rb, line 127
def initialize(msg = 'Provided attribute value is not in the expected data type.')
  super
end