Thanks to visit codestin.com Credit goes to github.com
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 781c64c commit 7490f0bCopy full SHA for 7490f0b
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