https://github.com/objective-php/router/blob/16f3313d9283f47514d8c39fa459e98e0bdf1801/src/MetaRouter.php#L73 The idea would be to output the requested URL. ```php throw new Exception(sprintf('Unable to route request: no route matched requested URL \'%s\'', (string) $app->getRequest()->getUri()), 404); ```