Exception: Optimizely::InvalidAttributeType
- Defined in:
- lib/optimizely/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = 'Provided attribute value is not in the expected data type.') ⇒ InvalidAttributeType
constructor
Raised when an attribute is not provided in expected type.
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 |