@@ -2,9 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace ntentan\atiaa; |
| 4 | 4 | |
| 5 | -use ntentan\atiaa\exceptions\DatabaseDriverException; |
|
| 6 | -use ntentan\atiaa\exceptions\ConnectionException; |
|
| 7 | 5 | use Psr\Log\LoggerInterface; |
| 6 | +use ntentan\atiaa\exceptions\ConnectionException; |
|
| 7 | +use ntentan\atiaa\exceptions\DatabaseDriverException; |
|
| 8 | 8 | |
| 9 | 9 | /** |
| 10 | 10 | * A driver class for connecting to a specific database platform. |