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.



35
36
37
# File 'lib/optimizely/error_handler.rb', line 35

def handle_error(error)
  raise error
end