Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

rfontanelli's avatar

Can I don't send Exceptions to PHP warnings?

Can I avoid that Laravel send Exceptions to some types of errors like PHP WARNING? This kind of error don't prevents PHP to handle the right request, it's just a warning, I need to LOG it but not redirect to a 500 error page.

Can I intercept some types of exceptions to avoid it?

0 likes
1 reply

Please or to participate in this conversation.