Class: Optimizely::RaiseErrorHandler

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

Instance Method Summary collapse

Instance Method Details

#handle_error(error) ⇒ Object

Class providing a handle_error method that raises exceptions.



20
21
22
# File 'lib/optimizely/error_handler.rb', line 20

def handle_error(error)
  raise error
end