<?php

try {
    require_once("../src/Kernel.php");
}
catch(\Throwable $t) {
    echo $t->getMessage();
}