mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 22:32:14 +00:00
Fixed typo
This commit is contained in:
@@ -444,7 +444,7 @@ class Router
|
|||||||
}
|
}
|
||||||
|
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
return $this->handleException(new Exception($e->getMessage(), $e->getCode()));
|
return $this->handleException($e);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($methodNotAllowed === true) {
|
if ($methodNotAllowed === true) {
|
||||||
|
|||||||
Reference in New Issue
Block a user