Home
last modified time | relevance | path

Searched refs:createErrorResponse (Results 1 – 2 of 2) sorted by path

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php91 ? self::createErrorResponse($handler, $request, $response)
95 private static function createErrorResponse( function in GuzzleHttp\\Ring\\Client\\CurlFactory
534 return self::createErrorResponse($handler, $request, $response);
541 return self::createErrorResponse($handler, $request, $response);
553 return self::createErrorResponse($handler, $request, $response);
H A DStreamHandler.php37 return $this->createErrorResponse($url, $e);
126 private function createErrorResponse($url, RingException $e) function in GuzzleHttp\\Ring\\Client\\StreamHandler