Checking the event if exists first
Check class_exists() before dispatching — if the callback class is not loaded in the current project, log a warning and skip instead of throwing. Also removed the unused new $job($model) instantiation (dead code) and widened the catch to \Throwable so PHP Errors are also caught.