Ejemplo n.º 1
0
 public function getLastError()
 {
     return $this->writeStore->getLastError() != self::ERR_NONE ? $this->writeStore->getLastError() : $this->readStore->getLastError();
 }
Ejemplo n.º 2
0
 public function getLastError()
 {
     return $this->backend->getLastError();
 }