10 lines
129 B
PHP
10 lines
129 B
PHP
<?php
|
|
namespace APnutI\Exceptions;
|
|
|
|
use APnutI\Exceptions\PnutException;
|
|
|
|
class NotFoundException extends HttpPnutException
|
|
{
|
|
|
|
}
|