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