From de91cf01c1e86da366772510806aaa7c2535c497 Mon Sep 17 00:00:00 2001 From: Adrian Suter Date: Fri, 4 Oct 2019 22:39:02 +0200 Subject: [PATCH] Use RuntimeException --- tests/Routing/RouteContextTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Routing/RouteContextTest.php b/tests/Routing/RouteContextTest.php index 8a5492247..53b8f3b75 100644 --- a/tests/Routing/RouteContextTest.php +++ b/tests/Routing/RouteContextTest.php @@ -10,6 +10,7 @@ namespace Slim\Tests\Routing; use Psr\Http\Message\ServerRequestInterface; +use RuntimeException; use Slim\Interfaces\RouteInterface; use Slim\Interfaces\RouteParserInterface; use Slim\Routing\RouteContext;