Exemplo n.º 1
0
 protected function fetchErrors()
 {
     if ($error = $this->module->grabCookie(self::COVERAGE_COOKIE_ERROR)) {
         $this->module->resetCookie(self::COVERAGE_COOKIE_ERROR);
         throw new RemoteException($error);
     }
 }