Skip to content

Commit

Permalink
Fix HttpRedirectException not passing message & previous exception to…
Browse files Browse the repository at this point in the history
… parent
  • Loading branch information
BenMorel committed Jan 9, 2020
1 parent e179bd8 commit 99830a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/HttpRedirectException.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ public function __construct(string $location, int $statusCode = 302, string $mes

parent::__construct($statusCode, [
'Location' => $location
]);
], $message, $previous);
}
}

0 comments on commit 99830a5

Please sign in to comment.