Initial commit
This commit is contained in:
9
src/Exceptions/NotAuthorizedException.php
Normal file
9
src/Exceptions/NotAuthorizedException.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace APnutI\Exceptions;
|
||||
|
||||
use APnutI\Exceptions\PnutException;
|
||||
|
||||
class NotAuthorizedException extends Exception
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user