cobra
cobra copied to clipboard
:gift: Custom error handler
The error handler is a function that a user can define to handle errors in a custom way.
The function will be called only if the error is received and the SilenceErrors
flag isn't set. By default, it prints the error with a prefix on the standard error stream.