Skip to content

Commit

Permalink
refactor: use CodeIgniter\Exceptions\InvalidArgumentException
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Mar 9, 2024
1 parent 68d0ffc commit 1f8a34a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions system/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
use CodeIgniter\Database\BaseConnection;
use CodeIgniter\Database\ConnectionInterface;
use CodeIgniter\Debug\Timer;
use CodeIgniter\Exceptions\InvalidArgumentException;
use CodeIgniter\Files\Exceptions\FileNotFoundException;
use CodeIgniter\HTTP\CLIRequest;
use CodeIgniter\HTTP\Exceptions\HTTPException;
Expand Down
2 changes: 2 additions & 0 deletions system/Helpers/filesystem_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
* the LICENSE file that was distributed with this source code.
*/

use CodeIgniter\Exceptions\InvalidArgumentException;

// CodeIgniter File System Helpers

if (! function_exists('directory_map')) {
Expand Down

0 comments on commit 1f8a34a

Please sign in to comment.