class Optimizely::BaseErrorHandler
Public Instance Methods
handle_error(_error)
click to toggle source
Class encapsulating exception handling functionality. Override with your own exception handler providing a handle_error
method.
# File lib/optimizely/error_handler.rb, line 23 def handle_error(_error); end