diff --git a/php/includes/Storage.php b/php/includes/Storage.php index 58e9b22..8041590 100644 --- a/php/includes/Storage.php +++ b/php/includes/Storage.php @@ -17,7 +17,6 @@ class Storage $this->db = new PDO($this->dbType . $this->dbLocation); if(!$this->db) { $this->db = null; - throw new StorageConnectionException(); } } catch(Exception $e) { $this->db = null;