We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5796f72 commit 492a6feCopy full SHA for 492a6fe
src/Routing/Router.php
@@ -510,10 +510,6 @@ public function dispatch(Request $request)
510
511
try {
512
$response = $this->adapter->dispatch($request, $request->version());
513
-
514
- if (property_exists($response, 'exception') && $response->exception instanceof Exception) {
515
- throw $response->exception;
516
- }
517
} catch (Exception $exception) {
518
if ($request instanceof InternalRequest) {
519
throw $exception;
0 commit comments