@@ -15,10 +15,10 @@ |
||
15 | 15 | use BenTools\SimpleDBAL\Model\Exception\ParamBindingException; |
16 | 16 | use GuzzleHttp\Promise\Promise; |
17 | 17 | use GuzzleHttp\Promise\PromiseInterface; |
18 | +use Throwable; |
|
18 | 19 | use mysqli; |
19 | 20 | use mysqli_result; |
20 | 21 | use mysqli_sql_exception; |
21 | -use Throwable; |
|
22 | 22 | |
23 | 23 | final class MysqliAdapter implements AdapterInterface, TransactionAdapterInterface, ReconnectableAdapterInterface |
24 | 24 | { |