Added HttpPnutForbiddenException

This commit is contained in:
2021-03-11 05:57:37 +00:00
parent 45fe5f4156
commit 688721b167
3 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace APnutI\Exceptions;
use APnutI\Exceptions\HttpPnutException;
class HttpPnutForbiddenException extends HttpPnutException
{
}