Throw correct exception-types.

This commit is contained in:
Simon Sessingo
2018-02-27 08:58:57 +01:00
parent 79c82c90cc
commit be39010be3
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -45,6 +45,7 @@ class SimpleRouter
/**
* @throws \Pecee\Http\Exceptions\MalformedUrlException
* @throws HttpException
* @throws \Exception
*/
public static function start()
{