Skip to content

Commit 588d6fa

Browse files
committed
refactor: use RuntimeException
1 parent 3b19f06 commit 588d6fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Authorization/Groups.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace CodeIgniter\Shield\Authorization;
44

55
use CodeIgniter\Shield\Entities\Group;
6-
use RuntimeException;
6+
use CodeIgniter\Shield\Exceptions\RuntimeException;
77

88
/**
99
* Provides utility feature for working with

0 commit comments

Comments
 (0)