1
0
mirror of https://github.com/danog/postgres.git synced 2024-12-12 09:29:57 +01:00
postgres/lib/ConnectionException.php
Aaron Piotrowski 88808aa654
Add isAlive() method to connection handles
Used in pool to drop dead connections from the pool automatically.
2017-11-05 15:38:17 -06:00

7 lines
87 B
PHP

<?php
namespace Amp\Postgres;
class ConnectionException extends FailureException {
}