#### Is your feature request related to a problem? Please describe. When a job callback raises an error, there's currently no way to link the exception to the job in an error handler #### Describe the solution you'd like * Add a paremeter `job` to `CallbackContext.from_error` * Adjust the calls in `JobQueue` accordingly #### Additional context Reported in the usergroup, discussion strated here: https://t.me/pythontelegrambotgroup/489719