mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
feat: added comment about rethrowing PDO exception
This commit is contained in:
parent
1aa0be51bd
commit
137ec1631b
1 changed files with 1 additions and 0 deletions
|
|
@ -321,6 +321,7 @@ App::error(function ($error, $utopia, $request, $response, $layout, $project, $l
|
|||
$version = App::getEnv('_APP_VERSION', 'UNKNOWN');
|
||||
$route = $utopia->match($request);
|
||||
|
||||
/** Rethrow PDO exceptions so the database connection can be returned to the pool correctly */
|
||||
if ($error instanceof PDOException) {
|
||||
throw $error;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue