no-framework-tutorial/implementation/12/src/Exception/NotFound.php

10 lines
132 B
PHP
Raw Permalink Normal View History

2022-05-31 15:49:17 +00:00
<?php declare(strict_types=1);
namespace Lubian\NoFramework\Exception;
use Exception;
final class NotFound extends Exception
{
}