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 ce51e69 commit 2f21ab2Copy full SHA for 2f21ab2
src/Http/Controllers/QueueController.php
@@ -20,7 +20,7 @@ public function process(Request $request)
20
$service = unserialize($data->data->command);
21
$service->execute();
22
23
- } catch (\Exception $e) {
+ } catch (\Throwable $e) {
24
25
$response = [
26
'status_code' => Response::HTTP_INTERNAL_SERVER_ERROR,
0 commit comments