Skip to content

Commit 615a443

Browse files
committed
feat: add InvalidArgumentException for Shield
1 parent 2f58a5d commit 615a443

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace CodeIgniter\Shield\Exceptions;
4+
5+
class InvalidArgumentException extends LogicException implements BaseException
6+
{
7+
}

0 commit comments

Comments
 (0)