Skip to content

Commit

Permalink
refactor: use CodeIgniter\Exceptions\RuntimeException
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Mar 9, 2024
1 parent 1f8a34a commit 5618b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
use CodeIgniter\Database\ConnectionInterface;
use CodeIgniter\Debug\Timer;
use CodeIgniter\Exceptions\InvalidArgumentException;
use CodeIgniter\Exceptions\RuntimeException;
use CodeIgniter\Files\Exceptions\FileNotFoundException;
use CodeIgniter\HTTP\CLIRequest;
use CodeIgniter\HTTP\Exceptions\HTTPException;
Expand Down

0 comments on commit 5618b29

Please sign in to comment.