Skip to content

Commit a4f77f5

Browse files
author
Pranjal Pandey
authored
Update ConnectionException.php
1 parent fefc67a commit a4f77f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ConnectionException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php declare(strict_types=1);
22

3-
namespace Doctrine\DBAL\Driver\Swoole\Coroutine\PostgreSQL;
3+
namespace Scrawler\Swoole\PostgreSQL;
44

55
final class ConnectionException extends \Exception
66
{
77
public static function failed(string $dsn): self
88
{
99
return new self("Unable to connect to PostgreSQL: [$dsn]");
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)