Posts by Gabriel • 1 point
1 post
-
-2
votes1
answer30
viewsQ: Close an execution or not when there is a Pdoexception error?
When implementing Pdoexception is there a need to use die or Exit to complete execution in case of errors? or just return an "echo" stating the error and let the execution of the script follow? My…