Skip to content

Commit 04987c9

Browse files
committed
Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent cd909b8 commit 04987c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Driver/Mysqli/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Laminas\Db\Adapter\Driver\DriverAwareInterface;
1111
use Laminas\Db\Adapter\Driver\DriverInterface;
1212
use Laminas\Db\Adapter\Driver\ResultInterface;
13-
use Laminas\Db\Adapter\Exception;
13+
use Laminas\Db\Exception;
1414
use Laminas\Db\Adapter\Exception\InvalidArgumentException;
1515
use Override;
1616

src/Driver/Mysqli/Statement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
use Laminas\Db\Adapter\Driver\DriverInterface;
99
use Laminas\Db\Adapter\Driver\ResultInterface;
1010
use Laminas\Db\Adapter\Driver\StatementInterface;
11-
use Laminas\Db\Adapter\Exception;
1211
use Laminas\Db\Adapter\ParameterContainer;
1312
use Laminas\Db\Adapter\Profiler\ProfilerAwareInterface;
1413
use Laminas\Db\Adapter\Profiler\ProfilerInterface;
1514
use Laminas\Db\Adapter\StatementContainerInterface;
15+
use Laminas\Db\Exception;
1616
use mysqli_stmt;
1717

1818
use function array_unshift;

0 commit comments

Comments
 (0)