<?php declare(strict_types=1); namespace Michel\Exception; final class RouteNotFound extends \Exception { }