no-framework-tutorial/app/src/Exception/NotFound.php
2025-07-08 22:54:54 +02:00

9 lines
132 B
PHP

<?php declare(strict_types=1);
namespace Lubian\NoFramework\Exception;
use Exception;
final class NotFound extends Exception
{
}