From a3c21d89958596c8e517ca0136acb01758c63164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sessing=C3=B8?= Date: Tue, 22 Sep 2015 11:30:56 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cd7bb4..722381a 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ class Router extends SimpleRouter { // Handle exceptions try { - parent::start($defaultNamespace); // TODO: Change the autogenerated stub + parent::start($defaultNamespace); } catch(\Exception $e) { /* @var $handler ExceptionHandler */ foreach(self::$exceptionHandlers as $handler) {