Try to display PDO error message 3
continuous-integration/drone/push Build is passing Details

master
dorian.hodin 2 years ago
parent 5d69a0b13c
commit f980673877

@ -16,7 +16,7 @@ class GatewayForm
try{
$this->connection = (new ConnectClass)->connect();
}catch(PDOException $e){
echo $e->getMessage()." ET ".$e->getTraceAsString();
echo $e->getMessage()." ET ";
throw new PDOException();
}
}

Loading…
Cancel
Save