Exception: Optimizely::InvalidAttributeError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Provided attribute is not in datafile.') ⇒ InvalidAttributeError

Raised when an invalid attribute is provided



39
40
41
# File 'lib/optimizely/exceptions.rb', line 39

def initialize(msg = 'Provided attribute is not in datafile.')
  super
end