diff options
-rw-r--r-- | Db.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Db.class.php b/Db.class.php index 7e41d01..ca5d0b2 100644 --- a/Db.class.php +++ b/Db.class.php @@ -271,8 +271,8 @@ class DB } # Write into log $this->log->write($message); - - return $exception; + throw new Exception($message); + #return $exception; } } ?> |