We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28f9e7 commit 207edd9Copy full SHA for 207edd9
1 file changed
src/Exceptions/BaseException.php
@@ -0,0 +1,12 @@
1
+<?php
2
+
3
+namespace CodeIgniter\Shield\Exceptions;
4
5
+use Throwable;
6
7
+/**
8
+ * Base Exception Interface for Shield
9
+ */
10
+interface BaseException extends Throwable
11
+{
12
+}
0 commit comments