We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f58a5d commit 615a443Copy full SHA for 615a443
1 file changed
src/Exceptions/InvalidArgumentException.php
@@ -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