class Optimizely::InvalidAttributeError
Public Class Methods
new(msg = 'Provided attribute is not in datafile.')
click to toggle source
Raised when an invalid attribute is provided
Calls superclass method
# File lib/optimizely/exceptions.rb, line 39 def initialize(msg = 'Provided attribute is not in datafile.') super end