class Optimizely::InvalidDatafileVersionError
Public Class Methods
new(version)
click to toggle source
Raised when a datafile with an unsupported version is provided
Calls superclass method
# File lib/optimizely/exceptions.rb, line 87 def initialize(version) super("This version of the Ruby SDK does not support the given datafile version: #{version}.") end