Exception: Optimizely::MissingSdkKeyError
- Defined in:
- lib/optimizely/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = 'SDK key not provided/cannot be found in the datafile.') ⇒ MissingSdkKeyError
constructor
Raised when a provided URI is invalid.
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 |