Home
last modified time | relevance | path

Searched refs:getMessage (Results 126 – 150 of 852) sorted by relevance

12345678910>>...35

/plugin/achart/
H A Dsyntax.php120 msg(hsc($e->getMessage()), -1);
132 msg(hsc($e->getMessage()), -1);
/plugin/combo/ComboStrap/
H A DFetcherMarkupWebcode.php61 LogUtility::internalError("The cache buster should be good. Error:{$e->getMessage()}", self::NAME);
133 throw new ExceptionRuntimeInternal("An error has occurred while transforming the markup fragment to HTML. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
/plugin/elasticsearch/action/
H A Dindexing.php155 hsc(get_class($e) . ' ' . $e->getMessage()) . '</pre>',
198 $this->log($documentId.' not deleted '.$e->getMessage());
305 $this->log('Skipping ' . $fileId . ': ' . $e->getMessage());
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php192 LogUtility::msg("There was a problem during rows insertion for the table ($tableName)" . $e->getMessage());
223 LogUtility::msg("There was a problem during the row delete of $tableName. Message: {$e->getMessage()}");
268 throw new ExceptionRuntimeInternal("An exception has occurred with the $tableName ({$metadata->getResource()}) selection query. Message: {$e->getMessage()}, Query: ($query", self::CANONICAL, 1, $e);
/plugin/combo/
H A Dcli.php239 fwrite(STDERR, "An internal error has occured. " . $exception->getMessage() . "\n" . $exception->getTraceAsString());
290 LogUtility::msg("The page {$id} ($pageCounter / $totalNumberOfPages) has an error: " . $e->getMessage(), LogUtility::LVL_MSG_ERROR);
427 LogUtility::msg("Error while getting the id pages. {$e->getMessage()}");
498 $pagesWithError[$id] = $e->getMessage();
/plugin/pycode/
H A Dsyntax.php337 if ($error->getMessage() == "error") {
340 elseif ($error->getMessage() == "wrong-flag") {
343 elseif ($error->getMessage() == "notfound-lns") {
346 elseif ($error->getMessage() == "notfound-def") {
349 elseif ($error->getMessage() == "notfound-cls") {
/plugin/combo/syntax/
H A Dlink.php373 LogUtility::error("No default Label can be defined. Error while parsing the markup ref ($markupRef). Error: {$e->getMessage()}", self::CANONICAL, $e);
450 $renderer->doc .= $markupAttributes->toHtmlEnterTag("a") . $e->getMessage();
452 LogUtility::warning($e->getMessage(), "link", $e);
546 LogUtility::error("The markup ref could not be parsed. Error:{$e->getMessage()}");
604 LogUtility::error("Error while parsing the ref ($ref). Error: {$e->getMessage()}. No further analytics.");
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php188 print $e->getMessage() . "\n";
278 $this->showError($e->getMessage());
722 print $e->getMessage() . "\n";
725 print $e->getMessage() . "\n";
916 $this->showError($e->getMessage());
1000 print " done\n\n" . $e->getMessage() . "\n";
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DWarningTestCase.php61 public function getMessage() function in PHPUnit_Framework_WarningTestCase
/plugin/addressbook/
H A Dsyntax.php374 msg($e->getMessage(), -1);
456 msg($e->getMessage(), -1);
520 msg($e->getMessage(), -1);
585 msg($e->getMessage(), -1);
614 msg($e->getMessage(), -1);
667 msg($e->getMessage(), -1);
935 msg($e->getMessage(), -1);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DIngestMessageResponse.php53 public function getMessage() function in Google\\Service\\CloudHealthcare\\IngestMessageResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DSendMessageRequest.php39 public function getMessage() function in Google\\Service\\FirebaseCloudMessaging\\SendMessageRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DDraft.php53 public function getMessage() function in Google\\Service\\Gmail\\Draft
H A DHistoryLabelAdded.php54 public function getMessage() function in Google\\Service\\Gmail\\HistoryLabelAdded
H A DHistoryLabelRemoved.php54 public function getMessage() function in Google\\Service\\Gmail\\HistoryLabelRemoved
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/Exception/
H A DSeekExceptionTest.php15 $this->assertStringContainsString('10', $e->getMessage());
/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php100 $message = $e->getMessage();
113 $message = $e->getMessage();
/plugin/prosemirror/action/
H A Dajax.php166 $errorMsg .= $e->getMessage();
193 $errorMsg .= $e->getMessage();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DDiagnostic.php73 public function getMessage() function in Google\\Service\\ServiceManagement\\Diagnostic
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DError.php59 public function getMessage() function in Google\\Service\\ShoppingContent\\Error
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1AssetResourceStatus.php45 public function getMessage() function in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1AssetResourceStatus
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DStatusCondition.php73 public function getMessage() function in Google\\Service\\Container\\StatusCondition
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DDeliveryPipelineNotificationEvent.php59 public function getMessage() function in Google\\Service\\CloudDeploy\\DeliveryPipelineNotificationEvent
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DStatusCause.php59 public function getMessage() function in Google\\Service\\CloudRun\\StatusCause
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DResourceUpdateErrorErrors.php73 public function getMessage() function in Google\\Service\\DeploymentManager\\ResourceUpdateErrorErrors

12345678910>>...35