diff options
author | jayc89 <jamie-cressey@live.co.uk> | 2014-11-28 15:40:58 +0000 |
---|---|---|
committer | jayc89 <jamie-cressey@live.co.uk> | 2014-11-28 15:40:58 +0000 |
commit | 462c1ea2597c14feb85763ff1b6ea83ab658c64e (patch) | |
tree | a81217a07b9a4d5b1f348302d7193f70b0ea8e6c /Db.class.php | |
parent | 2eef88a4e1bd6134630792c775c8b3cb3cf5f8ac (diff) | |
download | php-mysql-pdo-database-class-462c1ea2597c14feb85763ff1b6ea83ab658c64e.zip php-mysql-pdo-database-class-462c1ea2597c14feb85763ff1b6ea83ab658c64e.tar.gz php-mysql-pdo-database-class-462c1ea2597c14feb85763ff1b6ea83ab658c64e.tar.bz2 |
Update Db.class.php
Diffstat (limited to 'Db.class.php')
-rw-r--r-- | Db.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Db.class.php b/Db.class.php index 2e368f4..7e41d01 100644 --- a/Db.class.php +++ b/Db.class.php @@ -135,7 +135,6 @@ class DB { # Write into log and display Exception $this->ExceptionLog($e->getMessage(), $query ); - throw new Exception($e->getMessage()); } # Reset the parameters |