public function clearLastError()
 {
     $this->writeStore->clearLastError();
     $this->readStore->clearLastError();
 }
Beispiel #2
0
 public function clearLastError()
 {
     $this->backend->clearLastError();
 }