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



30
31
32
# File 'lib/optimizely/exceptions.rb', line 30

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