Laravel catch NotFoundException global model observer job
I'm working in a Laravel 10 application. My application has queued event listeners. My project is using Laravel Horizon to process queued jobs and events, I've got a notification feature that applies a global model observer to all models that…