Remove unnecessary exit(1) statement.
This commit is contained in:
parent
60f04041c2
commit
1aa8b192c4
@ -15,7 +15,6 @@ function prepare($statement) {
|
||||
$error .= '\n';
|
||||
$error .= $db->error.' ('.$db->errno.')';
|
||||
throw new Exception($error);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
return $s;
|
||||
|
Loading…
x
Reference in New Issue
Block a user