Home >Backend Development >PHP Tutorial >How to solve the most frequent code exception.
A piece of logic is correct no matter how you look at it, but one or two people may have problems during use.
It would be unrealistic to check the logs
A piece of logic is correct no matter how you look at it, but one or two people may have problems during use.
It would be unrealistic to check the logs
<code>new Exception 或@</code>
<code>try { } catch(\Exception $e) { }</code>
If there is a problem, just check the log. Why is it unrealistic to check the log? It may be a bug triggered under specific conditions.