We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7f226 commit 5e1d2acCopy full SHA for 5e1d2ac
src/Exceptions/isNullException.php
@@ -0,0 +1,18 @@
1
+<?php
2
+
3
+/*
4
+ * This file is part of the Laravel Paystack package.
5
+ *
6
+ * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
12
+namespace Unicodeveloper\Paystack\Exceptions;
13
14
+use Exception;
15
16
+class isNullException extends Exception {
17
18
+}
0 commit comments