APnutI/src/Exceptions/NotFoundException.php

10 lines
129 B
PHP
Raw Normal View History

2021-03-08 19:44:02 +00:00
<?php
namespace APnutI\Exceptions;
use APnutI\Exceptions\PnutException;
class NotFoundException extends HttpPnutException
{
}