Class: Optimizely::BaseErrorHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/optimizely/error_handler.rb

Direct Known Subclasses

NoOpErrorHandler, RaiseErrorHandler

Instance Method Summary collapse

Instance Method Details

#handle_error(_error) ⇒ Object

Class encapsulating exception handling functionality. Override with your own exception handler providing a handle_error method.



23
# File 'lib/optimizely/error_handler.rb', line 23

def handle_error(_error); end