no-framework-tutorial/app/src/Exception/InternalServerError.php
2022-05-31 18:50:35 +02:00

9 lines
143 B
PHP

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