mirror of
https://github.com/danog/postgres.git
synced 2024-12-14 02:17:27 +01:00
6 lines
93 B
PHP
6 lines
93 B
PHP
<?php declare(strict_types = 1);
|
|
|
|
namespace Amp\Postgres;
|
|
|
|
class PoolError extends \Error {}
|