report
<?php report($e);
<?php $this->forever($key, $interval['resolver']()); } catch (Throwable $e) { report($e); } } }
<?php try { $this->downloadRoadRunnerBinary(); } catch (Throwable $e) { report($e); rename("$roadRunnerBinary.backup", $roadRunnerBinary);
<?php try { return $task(); } catch (Throwable $e) { report($e); return TaskExceptionResult::from($e); }