* aurelijus/wrong_arguments_for_exception: removed 0 Updated arguments for MethodNotAllowedHttpException
@@ -110,7 +110,7 @@ class RequestListener
if (null !== $this->logger) {
$this->logger->err($message);
}
- throw new MethodNotAllowedHttpException($e->getAllowedMethods(), 'Method Not Allowed', $message, 0, $e);
+ throw new MethodNotAllowedHttpException($e->getAllowedMethods(), $message, $e);