Skip to content

Commit 5580ef8

Browse files
committed
use InvalidArgumentException from the CodeIgniter namespace
1 parent 5cbd51e commit 5580ef8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

system/Database/SQLite3/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
use CodeIgniter\Database\BaseConnection;
1717
use CodeIgniter\Database\Exceptions\DatabaseException;
1818
use CodeIgniter\Database\TableName;
19+
use CodeIgniter\Exceptions\InvalidArgumentException;
1920
use Exception;
20-
use InvalidArgumentException;
2121
use SQLite3;
2222
use SQLite3Result;
2323
use stdClass;

tests/system/Database/Live/SQLite3/ConnectTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
namespace CodeIgniter\Database\Live\SQLite3;
1515

16+
use CodeIgniter\Exceptions\InvalidArgumentException;
1617
use CodeIgniter\Test\CIUnitTestCase;
1718
use Config\Database;
18-
use InvalidArgumentException;
1919
use PHPUnit\Framework\Attributes\Group;
2020

2121
/**

0 commit comments

Comments
 (0)