diff --git a/Source/API/script/Gateway/GatewayForm.php b/Source/API/script/Gateway/GatewayForm.php index bce2212..2353732 100644 --- a/Source/API/script/Gateway/GatewayForm.php +++ b/Source/API/script/Gateway/GatewayForm.php @@ -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(); } }