value)) { throw new \Exception('Builder data by a empty string. need array'); } $value = '\'' . implode('\',\'', $this->value) . '\''; return '`' . $this->column . '` not in(' . $value . ')'; } }