We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3a1b0 commit dad6041Copy full SHA for dad6041
include.php
@@ -9,6 +9,7 @@
9
include_once __DIR__ . '/src/Exception/QueryException.php';
10
include_once __DIR__ . '/src/Exception/DatabaseException.php';
11
include_once __DIR__ . '/src/Exception/TransportException.php';
12
+include_once __DIR__ . '/src/Exception/ClickHouseUnavailableException.php';
13
// Client
14
include_once __DIR__ . '/src/Statement.php';
15
include_once __DIR__ . '/src/Client.php';
0 commit comments