Home
last modified time | relevance | path

Searched refs:getMessage (Results 201 – 225 of 852) sorted by last modified time

12345678910>>...35

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php129 $message = $e->getMessage();
135 $e = new ConnectException($e->getMessage(), 0, $e);
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md132 echo $e->getMessage();
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md34 echo 'Error: ' . $e->getMessage() . PHP_EOL;
43 echo 'Error: ' . $e->getMessage() . PHP_EOL;
H A DREADME.md699 new \Exception($x->getMessage() + 1)
703 echo 'Reject ' . $x->getMessage(); // 3
727 return $x->getMessage() + 1;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/
H A DGuzzleException.php32 return $guzzleException->getMessage();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php311 $exception = new TransportException($response['error']->getMessage());
454 'error' => $exception->getMessage(),
574 $message = $response['error']->getMessage();
711 $exceptionText = "[$statusCode Server Exception] ".$exception->getMessage();
720 $exception = new RoutingMissingException($exception->getMessage(), $statusCode, $exception);
722 $exception = new NoDocumentsToGetException($exception->getMessage(), $statusCode, $exception);
724 $exception = new NoShardAvailableException($exception->getMessage(), $statusCode, $exception);
743 $exception->getMessage()
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/Exception/
H A DSeekExceptionTest.php15 $this->assertStringContainsString('10', $e->getMessage());
/plugin/elasticsearch/
H A Dcli.php76 $this->error($e->getMessage());
/plugin/structnotification/
H A Dadmin.php49 msg($e->getMessage(), -1);
100 msg($e->getMessage(), -1);
/plugin/structnotification/action/
H A Dnotification.php51 msg($e->getMessage(), -1);
79 msg($e->getMessage(), -1);
135 msg($e->getMessage(), -1);
/plugin/achart/
H A Dsyntax.php120 msg(hsc($e->getMessage()), -1);
132 msg(hsc($e->getMessage()), -1);
/plugin/ckgedit/scripts/
H A Dcss6.php161 $msg = str_replace(array("\n", "\r", "'"), array(), $e->getMessage());
/plugin/twofactortelegram/
H A Daction.php70 msg(hsc($e->getMessage()), -1);
/plugin/epub/scripts/
H A Dcss3.php154 $msg = str_replace(array("\n", "\r", "'"), array(), $e->getMessage());
/plugin/evesso/classes/
H A DAbstractAdapter.php140 msg($e->getMessage(), -1);
163 msg($e->getMessage(), -1);
185 msg($e->getMessage(), -1);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php159 echo "Error message: " . $e->getMessage() . "\n";
H A Dmigrateto20.php380 echo "Debug: ", $e->getMessage(), "\n";
H A Dmigrateto30.php133 echo $e->getMessage(), "\n";
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php605 … BadRequest('The request body must be a valid iCalendar object. Parse error: ' . $e->getMessage());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DTimeZoneUtilTest.php23 if (strpos($e->getMessage(), "Unknown or bad timezone")!==false) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php274 $error->appendChild($DOM->createElement('s:message', $h($e->getMessage())));
287 … $xPrevious->appendChild($DOM->createElement('s:message', $h($previous->getMessage())));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsDTSTARTandDTENDTest.php93 …$this->fail('Could not parse object. Error:' . $e->getMessage(). ' full object: ' . $response->get…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php271 throw new BadRequest($e->getMessage(), null, $e);
816 …ediaType('This resource only supports valid iCalendar 2.0 data. Parse error: ' . $e->getMessage());
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php226 $this->log('Error: ' . $e->getMessage(), 'red');
269 $this->log('Error: ' . $e->getMessage(),'red');
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php360 …diaType('This resource only supports valid vCard or jCard data. Parse error: ' . $e->getMessage());

12345678910>>...35