We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c04a25 commit d2be77fCopy full SHA for d2be77f
tips/queues-and-jobs.md
@@ -229,7 +229,7 @@ class AppServiceProvider extends ServiceProvider
229

230
231
Have you ever needed to fail a job only for specific exceptions and ended up using a try-catch block with a "fail()" call?
232
-Since Laravel v12.19, you can handle this more elegantly by using the new "InvalidContentFormatException" middleware 🚀
+Since Laravel v12.19, you can handle this more elegantly by using the new "FailOnException" middleware 🚀
233
234
```diff
235
<?php
0 commit comments