add connect error handling

This commit is contained in:
Matthew Bucci
2023-11-09 23:01:26 -08:00
parent 31ce063e06
commit 54b4ffb4df
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -392,7 +392,6 @@ function wpsqli_options($connection, $option, $value)
*/
function wpsqli_connect_errno()
{
// mysqli_connect_errno => pg_last_error (resource $connection): string
throw new \Exception("PG4WP: Not Yet Implemented");
}