8000
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.
2 parents 781c64c + 7490f0b commit 820ad07Copy full SHA for 820ad07
src/Symfony/Component/HttpFoundation/JsonResponse.php
@@ -148,6 +148,7 @@ public function setData($data = array())
148
if (\PHP_VERSION_ID < 50500 || !interface_exists('JsonSerializable', false)) {
149
restore_error_handler();
150
}
151
+ throw $e;
152
} catch (\Exception $e) {
153
154
0 commit comments