Exception: Optimizely::CmabInvalidResponseError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Invalid CMAB fetch response') ⇒ CmabInvalidResponseError

Exception raised when CMAB fetch returns an invalid response



213
214
215
# File 'lib/optimizely/exceptions.rb', line 213

def initialize(msg = 'Invalid CMAB fetch response')
  super
end