X-Git-Url: https://git.cweiske.de/stapibas.git/blobdiff_plain/06e27411941eb4dc1eb77688d710b048a95be7b1..8b2a416ad8b446e50b99514ac1547770684c2255:/src/stapibas/PDO.php diff --git a/src/stapibas/PDO.php b/src/stapibas/PDO.php index 5dd934e..7b85906 100644 --- a/src/stapibas/PDO.php +++ b/src/stapibas/PDO.php @@ -32,6 +32,7 @@ class PDO extends \PDO echo "SQL error\n"; echo " " . $this->errorCode() . "\n"; echo " " . implode(' - ', $this->errorInfo()) . "\n"; + exit(2); } }