Skip to content

Commit 5e1d2ac

Browse files
author
Okubanjo Oluwafunsho
committed
Added isNullException
1 parent 4d7f226 commit 5e1d2ac

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/Exceptions/isNullException.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)