mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-12 01:52:09 +00:00
Update README.md
This commit is contained in:
@@ -117,7 +117,7 @@ class Router extends SimpleRouter {
|
|||||||
|
|
||||||
// Handle exceptions
|
// Handle exceptions
|
||||||
try {
|
try {
|
||||||
parent::start($defaultNamespace); // TODO: Change the autogenerated stub
|
parent::start($defaultNamespace);
|
||||||
} catch(\Exception $e) {
|
} catch(\Exception $e) {
|
||||||
/* @var $handler ExceptionHandler */
|
/* @var $handler ExceptionHandler */
|
||||||
foreach(self::$exceptionHandlers as $handler) {
|
foreach(self::$exceptionHandlers as $handler) {
|
||||||
|
|||||||
Reference in New Issue
Block a user