writer()->error($text, 0); return $this; } public function warn(string $text, bool $exit = false): self { $this->writer()->warn($text, 0); return $this; } }