Skip to content

Commit 2f21ab2

Browse files
authored
Update QueueController.php
1 parent ce51e69 commit 2f21ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/QueueController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function process(Request $request)
2020
$service = unserialize($data->data->command);
2121
$service->execute();
2222

23-
} catch (\Exception $e) {
23+
} catch (\Throwable $e) {
2424

2525
$response = [
2626
'status_code' => Response::HTTP_INTERNAL_SERVER_ERROR,

0 commit comments

Comments
 (0)