signal->handle($this->event); } public function failed(\Throwable $exception): void { $this->signal->failed($this->event, $exception); } }