no-framework-tutorial/app/src/Exception/InternalServerError.php
2025-07-08 23:02:31 +02:00

9 lines
143 B
PHP

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