diff --git a/HotReload.php b/HotReload.php index 6300869..8b71897 100644 --- a/HotReload.php +++ b/HotReload.php @@ -3,7 +3,6 @@ declare(strict_types=1); namespace Kiri\Server; -use Exception; use Kiri\Di\Context; use Kiri\Router\Router; use Kiri\Server\Abstracts\BaseProcess;