mirror of
https://github.com/danog/postgres.git
synced 2024-11-26 20:15:02 +01:00
88808aa654
Used in pool to drop dead connections from the pool automatically.
7 lines
87 B
PHP
7 lines
87 B
PHP
<?php
|
|
|
|
namespace Amp\Postgres;
|
|
|
|
class ConnectionException extends FailureException {
|
|
}
|