Passed
Push — master ( cc4828...00e84f )
by Igor
10:05
created

src/Exception/ClickHouseUnavailableException.php (1 issue)

Severity
1
<?php
2
3
declare(strict_types=1);
4
5
namespace ClickHouseDB\Exception;
6
7
final class ClickHouseUnavailableException extends QueryException {
0 ignored issues
show
Superfluous suffix "Exception".
Loading history...
8
}
9