1
0
mirror of https://github.com/danog/postgres.git synced 2024-12-14 02:17:27 +01:00
postgres/lib/PoolError.php
Aaron Piotrowski caf829a48c Initial commit
2016-09-14 09:27:39 -05:00

6 lines
93 B
PHP

<?php declare(strict_types = 1);
namespace Amp\Postgres;
class PoolError extends \Error {}