Exception: Optimizely::InvalidErrorHandlerError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Provided error_handler is in an invalid format.') ⇒ InvalidErrorHandlerError

Raised when an invalid error handler is provided



39
40
41
# File 'lib/optimizely/exceptions.rb', line 39

def initialize(msg = 'Provided error_handler is in an invalid format.')
  super
end