Exception: Optimizely::InvalidErrorHandlerError
- Defined in:
- lib/optimizely/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = 'Provided error_handler is in an invalid format.') ⇒ InvalidErrorHandlerError
constructor
Raised when an invalid error handler is provided.
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 |