APnutI/src/Exceptions/NotAuthorizedException.php
2021-03-08 20:44:02 +01:00

10 lines
126 B
PHP

<?php
namespace APnutI\Exceptions;
use APnutI\Exceptions\PnutException;
class NotAuthorizedException extends Exception
{
}