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

10 lines
129 B
PHP

<?php
namespace APnutI\Exceptions;
use APnutI\Exceptions\PnutException;
class NotFoundException extends HttpPnutException
{
}