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{ try{
$this->connection = (new ConnectClass)->connect(); $this->connection = (new ConnectClass)->connect();
}catch(PDOException $e){ }catch(PDOException $e){
echo $e->getMessage()." ET ".$e->getTraceAsString(); echo $e->getMessage()." ET ";
throw new PDOException(); throw new PDOException();
} }
} }

Loading…
Cancel
Save