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
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.