Level 51
It looks like you can use @error
@error
echo $task;
exit; /*Or Do any other processing*/
@enderror
https://stackoverflow.com/questions/33657987/laravel-envoy-abort-on-error
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi there! When I run envoy task, while running I have errors in console. Can I catch console errors, and stop running envoy task?
Please or to participate in this conversation.