Exception
public function columns() : int|string { if (!$this->hasColumns()) { throw new Exception(); } return $this->columns; }