Exception: Optimizely::InvalidDatafileVersionError
- Defined in:
- lib/optimizely/exceptions.rb
Instance Method Summary collapse
-
#initialize(version) ⇒ InvalidDatafileVersionError
constructor
Raised when a datafile with an unsupported version is provided.
Constructor Details
#initialize(version) ⇒ InvalidDatafileVersionError
Raised when a datafile with an unsupported version is provided
145 146 147 |
# File 'lib/optimizely/exceptions.rb', line 145 def initialize(version) super("This version of the Ruby SDK does not support the given datafile version: #{version}.") end |