1
0
mirror of https://github.com/danog/postgres.git synced 2024-11-26 20:15:02 +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 {
}