This repository was archived by the owner on Jan 15, 2022. It is now read-only.
This repository was archived by the owner on Jan 15, 2022. It is now read-only.
Optimize JobExceptions #56
Open
Description
Working with debug jobs now is not comfortable due to throwing JobException at JobHandler:50.
In snapshots I can find only low-level about occurred exception but I have no information where exception occurred in my code.
Could you make some ability to process job exceptions? In this case I can catch previous and work with it
Activity