Exception: Optimizely::InvalidAttributeType

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Provided attribute value is not in the expected data type.') ⇒ InvalidAttributeType

Raised when an attribute is not provided in expected type.



181
182
183
# File 'lib/optimizely/exceptions.rb', line 181

def initialize(msg = 'Provided attribute value is not in the expected data type.')
  super
end