Home
last modified time | relevance | path

Searched refs:addErrorData (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Remote/
H A DJsonRpcServer.php117 $this->addErrorData($return); // handles non-error info
130 $this->addErrorData($return, $exception);
141 protected function addErrorData(&$response, $e = null) function in dokuwiki\\Remote\\JsonRpcServer