Home
last modified time | relevance | path

Searched refs:ConnectionException (Results 1 – 22 of 22) sorted by last modified time

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php9 use Elastica\Exception\ConnectionException;
92 * @throws ConnectionException
213 * @throws ConnectionException
246 * @throws ConnectionException
278 * @throws ConnectionException
342 * @throws ConnectionException
459 * @throws ConnectionException
507 * @throws ConnectionException
535 * @throws ConnectionException
546 } catch (ConnectionException
8 use Elastica\Exception\ConnectionException; global() alias
[all...]
H A DRequest.php5 use Elastica\Exception\ConnectionException; alias
176 * @throws ConnectionException
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DConnectionException.php13 class ConnectionException extends \RuntimeException implements ExceptionInterface class
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/
H A DHttpException.php5 use Elastica\Exception\ConnectionException; alias
14 class HttpException extends ConnectionException
H A DGuzzleException.php5 use Elastica\Exception\ConnectionException; alias
16 class GuzzleException extends ConnectionException
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAbstractTransport.php6 use Elastica\Exception\ConnectionException; alias
57 * @throws ConnectionException
H A DHttp.php6 use Elastica\Exception\ConnectionException; alias
42 * @throws ConnectionException
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DMessageQueue.php13 use FreeDSx\Socket\Exception\ConnectionException; alias
50 * @throws ConnectionException
91 throw new ConnectionException('The connection to the server has been lost.');
176 * @throws ConnectionException
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketPool.php13 use FreeDSx\Socket\Exception\ConnectionException; alias
56 * @throws ConnectionException
77 throw new ConnectionException(sprintf(
H A DSocket.php13 use FreeDSx\Socket\Exception\ConnectionException; alias
196 * @throws ConnectionException
205 throw new ConnectionException(sprintf(
219 * @throws ConnectionException
243 throw new ConnectionException(sprintf(
272 * @throws ConnectionException
285 * @throws ConnectionException
306 * @throws ConnectionException
319 * @throws ConnectionException
H A DSocketServer.php13 use FreeDSx\Socket\Exception\ConnectionException; alias
76 * @throws ConnectionException
92 throw new ConnectionException('The port must be set if not using a unix based socket.');
108 throw new ConnectionException(sprintf(
181 * @throws ConnectionException
201 * @throws ConnectionException
225 * @throws ConnectionException
248 * @throws ConnectionException
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientStartTlsHandler.php14 use FreeDSx\Ldap\Exception\ConnectionException;
34 * @throws ConnectionException
35 * @throws \FreeDSx\Socket\Exception\ConnectionException
43 throw new ConnectionException(sprintf(
13 use FreeDSx\Ldap\Exception\ConnectionException; global() alias
H A DClientReferralHandler.php14 use FreeDSx\Ldap\Exception\ConnectionException;
161 } catch (ConnectionException $e) {
13 use FreeDSx\Ldap\Exception\ConnectionException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php19 use FreeDSx\Ldap\Exception\ConnectionException;
32 use FreeDSx\Socket\Exception\ConnectionException as SocketException;
100 * @throws ConnectionException
138 * @throws ConnectionException
174 throw new ConnectionException(
182 throw new ConnectionException(
16 use FreeDSx\Ldap\Exception\ConnectionException; global() alias
H A DLdapQueue.php20 use FreeDSx\Socket\Exception\ConnectionException;
63 * @throws ConnectionException
170 * @throws ConnectionException
18 use FreeDSx\Socket\Exception\ConnectionException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DClientQueue.php24 use FreeDSx\Socket\Exception\ConnectionException;
46 * @throws ConnectionException
57 * @throws ConnectionException
77 * @throws ConnectionException
89 * @throws ConnectionException
110 * @throws ConnectionException
19 use FreeDSx\Socket\Exception\ConnectionException; global() alias
/plugin/pureldap/classes/
H A DClient.php11 use FreeDSx\Ldap\Exception\ConnectionException;
167 } catch (ConnectionException | OperationException $e) {
178 } catch (ConnectionException | OperationException $e) {
8 use FreeDSx\Ldap\Exception\ConnectionException; global() alias
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Exception/
H A DConnectionException.php18 class ConnectionException extends \Exception class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DConnectionException.php16 class ConnectionException extends Exception
13 class ConnectionException extends \Exception global() class
/plugin/solr/
H A DConnectionException.php12 class ConnectionException extends Exception {} class
H A Daction.php118 catch(ConnectionException $e) {
246 catch(ConnectionException $e) {
388 catch(ConnectionException $e) {
426 catch(ConnectionException $e) {
H A Dhelper.php157 throw new ConnectionException(curl_error($this->curl_ch));