v0.11.0
WorkerProcess::handleFailure() now consults the application's exception handler via shouldStopRetries() (Laravel v13.17.0) before scheduling a retry. A positive verdict fails the job immediately through the existing dead-letter path, regardless of remaining attempts, matching Illuminate\Queue\Worker. The call is guarded by method_exists so older framework versions keep the attempt-count behaviour.