class Optimizely::HTTPCallError
Public Class Methods
new(msg = 'HTTP call resulted in a response with an error code.')
click to toggle source
Raised when a 4xx or 5xx response code is recieved.
Calls superclass method
# File lib/optimizely/exceptions.rb, line 23 def initialize(msg = 'HTTP call resulted in a response with an error code.') super end