cobra icon indicating copy to clipboard operation
cobra copied to clipboard

:gift: Custom error handler

Open cardil opened this issue 4 months ago • 1 comments

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.

cardil avatar Oct 18 '24 13:10 cardil