mirror of
https://github.com/danog/postgres.git
synced 2024-12-13 18:07:31 +01:00
7 lines
87 B
PHP
7 lines
87 B
PHP
|
<?php
|
||
|
|
||
|
namespace Amp\Postgres;
|
||
|
|
||
|
class ConnectionException extends FailureException {
|
||
|
}
|