How to get error message from Job Queue Laravel

31 Views Asked by At

i create a job and queued the job use Bus, inside the job i throw error message use $this->fail('error message') when condition not match how to get the error message, currently i use Bus::findBatch($batchId) but no error message found

i expected way to get error message from jobe

0

There are 0 best solutions below