1
0
mirror of https://github.com/danog/postgres.git synced 2025-01-22 13:21:14 +01:00

Namespace typo

This commit is contained in:
Aaron Piotrowski 2016-10-05 10:00:16 -05:00
parent ca31429f79
commit 492d059a52

View File

@ -115,7 +115,7 @@ class PqExecutor implements Executor {
try {
try {
$handle = $method(...$args);
} catch (pg\Exception $exception) {
} catch (pq\Exception $exception) {
throw new FailureException($this->handle->errorMessage, 0, $exception);
}