APnutI/src/Exceptions/NotAuthorizedException.php

10 lines
126 B
PHP
Raw Normal View History

2021-03-08 20:44:02 +01:00
<?php
namespace APnutI\Exceptions;
use APnutI\Exceptions\PnutException;
class NotAuthorizedException extends Exception
{
}