Fixed typo

This commit is contained in:
sessingo
2023-04-24 20:05:33 +02:00
parent a49d7c13b6
commit e105f266e3
+1 -1
View File
@@ -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) {