Exception: Optimizely::MissingSdkKeyError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'SDK key not provided/cannot be found in the datafile.') ⇒ MissingSdkKeyError

Raised when a provided URI is invalid.



37
38
39
# File 'lib/optimizely/exceptions.rb', line 37

def initialize(msg = 'SDK key not provided/cannot be found in the datafile.')
  super
end