Merge branch 'master' of github.com:shish/shimmie2
This commit is contained in:
commit
42016b2f9b
1 changed files with 1 additions and 3 deletions
|
@ -349,9 +349,7 @@ class Database {
|
|||
return $stmt;
|
||||
}
|
||||
catch(PDOException $pdoe) {
|
||||
print 'Message: '.$pdoe->getMessage();
|
||||
print '<p>Error: '.$query;
|
||||
exit;
|
||||
throw new SCoreException($pdoe->getMessage()."<p>Query: ".$query);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue