Skip to content

Commit dad6041

Browse files
authored
Update include.php
Missing ClickHouseUnavailableException include
1 parent 9a3a1b0 commit dad6041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include.php

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
include_once __DIR__ . '/src/Exception/QueryException.php';
1010
include_once __DIR__ . '/src/Exception/DatabaseException.php';
1111
include_once __DIR__ . '/src/Exception/TransportException.php';
12+
include_once __DIR__ . '/src/Exception/ClickHouseUnavailableException.php';
1213
// Client
1314
include_once __DIR__ . '/src/Statement.php';
1415
include_once __DIR__ . '/src/Client.php';

0 commit comments

Comments
 (0)