From 2c0f17fd30cbbeeb138dc25317674135e7062b16 Mon Sep 17 00:00:00 2001 From: Johannes Kantz <67144859+JohannesKantz@users.noreply.github.com> Date: Wed, 21 Dec 2022 10:15:35 +0100 Subject: [PATCH] rimedio: messaggio di errore --- BancaDati/BancaDati.php | 1 - 1 file changed, 1 deletion(-) diff --git a/BancaDati/BancaDati.php b/BancaDati/BancaDati.php index b74ff90..480b4ed 100644 --- a/BancaDati/BancaDati.php +++ b/BancaDati/BancaDati.php @@ -19,7 +19,6 @@ class BancaDati { , $this->pw , array(\PDO::ATTR_ERRMODE => \PDO::ERRMODE_EXCEPTION)); } catch (\PDOException $e) { - new ErrorMsg("Verbindung konnte nicht aufgebaut werden.", $e); die; } }