This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
Open
Description
There appear to be a few places where exceptions are caught and thrown, but the originating throwable is dropped (example). Be sure to include the original throwable.
In this particular example, it might even be better to separately handle FileNotFoundExceptions to provide a better ERROR log entry.