no-framework-tutorial/implementation/12/src/Exception/InternalServerError.php
2025-07-08 22:46:12 +02:00

9 lines
143 B
PHP

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