public function getLastError() { return $this->writeStore->getLastError() != self::ERR_NONE ? $this->writeStore->getLastError() : $this->readStore->getLastError(); }
public function getLastError() { return $this->backend->getLastError(); }