Exception: Optimizely::CmabInvalidResponseError
Instance Method Summary collapse
-
#initialize(msg = 'Invalid CMAB fetch response') ⇒ CmabInvalidResponseError
constructor
Exception raised when CMAB fetch returns an invalid response.
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 |