mirror of
https://github.com/danog/postgres.git
synced 2025-01-22 13:21:14 +01:00
Namespace typo
This commit is contained in:
parent
ca31429f79
commit
492d059a52
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user