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