Skip to content

Commit f0ee3f1

Browse files
authored
Update worker.md
1 parent d9c1c69 commit f0ee3f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

php/worker.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ final class HttpDispatcher implements DispatcherInterface
223223
$worker->respond(new Response(200, [], 'Hello RoadRunner!'));
224224
} catch (\Throwable $e) {
225225
$worker->respond(new Response(500, [], 'Something Went Wrong!'));
226-
$worker->getWorker()->error((string)$e);
227226
}
228227
}
229228
}

0 commit comments

Comments
 (0)