Skip to content

Commit a5a146f

Browse files
committed
Setup invalid code exception
1 parent 01abf14 commit a5a146f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace Veeqtoh\DoorAccess\Exceptions;
6+
7+
use Exception;
8+
9+
/**
10+
* class InvalidCodeException
11+
* This class provides the exception for library config validations.
12+
*
13+
* @package Veeqtoh\DoorAccess\Exceptions
14+
*/
15+
class InvalidCodeException extends Exception
16+
{
17+
//
18+
}

0 commit comments

Comments
 (0)