1
0
mirror of https://github.com/danog/postgres.git synced 2024-12-13 18:07:31 +01:00
postgres/lib/ConnectionException.php

7 lines
87 B
PHP
Raw Normal View History

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