Update README.md

This commit is contained in:
Simon Sessingø
2015-09-22 11:30:56 +02:00
parent 46af0947e8
commit a3c21d8995
+1 -1
View File
@@ -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) {