sokil/php-clickhouse

View on GitHub
src/Connection/Exception/QueryError.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
declare(strict_types=1);

namespace Sokil\ClickHouse\Connection\Exception;

/**
 * Valid HTTP response fetched, but response code is not 200
 */
class QueryError extends AbstractError
{

}