Here’s a quick utility for people using Exceptional to track errors.
It lets you force an exception to be logged and without having to rescue it. Example:
exceptional “read_file”, “file not found”
Here’s a quick utility for people using Exceptional to track errors.
It lets you force an exception to be logged and without having to rescue it. Example:
exceptional “read_file”, “file not found”