Exception: Optimizely::CmabFetchError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'CMAB decision fetch failed with status:') ⇒ CmabFetchError

Exception raised when CMAB fetch fails



205
206
207
# File 'lib/optimizely/exceptions.rb', line 205

def initialize(msg = 'CMAB decision fetch failed with status:')
  super
end