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; } }