logger->warning($this->formatter->format($throwable)); $this->stopPropagation(); return $response; } public function isValid(Throwable $throwable): bool { return true; } }