no-framework-tutorial/implementation/08/src/Exception/InternalServerError.php

9 lines
143 B
PHP

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