Skip to content

Commit

Permalink
use InvalidArgumentException from the CodeIgniter namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Dec 1, 2024
1 parent 5cbd51e commit 5580ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system/Database/SQLite3/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
use CodeIgniter\Database\BaseConnection;
use CodeIgniter\Database\Exceptions\DatabaseException;
use CodeIgniter\Database\TableName;
use CodeIgniter\Exceptions\InvalidArgumentException;
use Exception;
use InvalidArgumentException;
use SQLite3;
use SQLite3Result;
use stdClass;
Expand Down
2 changes: 1 addition & 1 deletion tests/system/Database/Live/SQLite3/ConnectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

namespace CodeIgniter\Database\Live\SQLite3;

use CodeIgniter\Exceptions\InvalidArgumentException;
use CodeIgniter\Test\CIUnitTestCase;
use Config\Database;
use InvalidArgumentException;
use PHPUnit\Framework\Attributes\Group;

/**
Expand Down

0 comments on commit 5580ef8

Please sign in to comment.