Exception: Optimizely::CmabFetchError
- Defined in:
- lib/optimizely/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = 'CMAB decision fetch failed with status:') ⇒ CmabFetchError
constructor
Exception raised when CMAB fetch fails.
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 |