Home
last modified time | relevance | path

Searched refs:getMessage (Results 26 – 50 of 852) sorted by last modified time

12345678910>>...35

/plugin/aichat/
H A DEmbeddings.php212 ['page' => $page, 'msg' => $e->getMessage()]
/plugin/bez/mdl/
H A DEntity.php206 $msg = $this->get_table_name() . '#' . $this->id . ': ' . $e->getMessage();
/plugin/bez/syntax/
H A Dstruct.php66 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
102 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
/plugin/bez/action/
H A Ddefault.php244 // msg($e->getMessage(), -1);
250 msg($e->getMessage(), -1);
/plugin/bez/
H A Dcron-daily.php32 $errors[] = $e->getMessage();
/plugin/sql/
H A Dsyntax.php121 $error = $e->getMessage();
134 $error = $e->getMessage();
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js71321 function getMessage(arg1, arg2, arg3) {
71333 return _Base.call(this, getMessage(arg1, arg2, arg3)) || this;
/plugin/dev/
H A Dcli.php287 $this->error($e->getMessage());
/plugin/authwordpress/
H A Dauth.php101 msg(sprintf($this->getLang('error_connect_failed'), $e->getMessage()));
/plugin/recommend/
H A Daction.php48 msg($e->getMessage(), -1);
/plugin/bureaucracy/helper/
H A Dfield.php289 msg($e->getMessage(), -1);
/plugin/bureaucracy/
H A Dsyntax.php353 msg($e->getMessage(), -1);
/plugin/gitbacked/action/
H A Deditcommit.php88 throw new Exception('Git committing or pushing failed: '.$e->getMessage(), 1, $e);
125 throw new Exception('Git command failed to perform periodic pull: '.$e->getMessage(), 2, $e);
/plugin/dw2pdf/
H A Daction.php123 echo $e->getMessage();
127 msg($e->getMessage(), -1);
/plugin/combo/ComboStrap/
H A DLdJson.php95 LogUtility::internalError("The page image mime could not be determined. Error:" . $e->getMessage(), self::CANONICAL, $e);
103 LogUtility::error("The image ($pageImagePath) could not be added as page image. Error: {$e->getMessage()}");
364 LogUtility::error("Internal Error: We were unable to define the publication date for the page ($page). Error: {$e->getMessage()}", self::CANONICAL);
H A DBootstrap.php153 LogUtility::internalError("An error has occurred reading the file ($stylesheetsFile). Error:{$e->getMessage()}", self::CANONICAL);
299 LogUtility::internalError("The url ($url) for the bootstrap metadata ($fileNameWithExtension) from the bootstrap dictionary is not valid. Error:{$e->getMessage()}", self::CANONICAL);
H A DLogUtility.php85 self::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $canonical);
132 $msg = $e->getMessage();
183 $message = $e->getMessage();
400 $errorPreviousMessage = " Error: {$previous->getMessage()}";
H A DBrand.php154 LogUtility::error("We can't load the brands dictionary. Error: " . $e->getMessage(), self::CANONICAL, $e);
H A DLowQualityCalculatedIndicator.php67 $message = "Error while reading the json analytics. {$e->getMessage()}";
H A DBrandListTag.php19 return "Error while creating the brand list. Error: {$e->getMessage()}";
108 $message = "Error while rendering the brand $brandName. Error: {$e->getMessage()}";
H A DBrandTag.php79 return LogUtility::wrapInRedForHtml("Error while reading the brand data for the brand ($brandName). Error: {$e->getMessage()}");
88 return LogUtility::wrapInRedForHtml("The style of the {$brandButton->getType()} button ($brandButton) could not be determined. Error: {$e->getMessage()}");
99 return LogUtility::wrapInRedForHtml("Error while getting the link data for the the brand ($brandName). Error: {$e->getMessage()}");
150 $htmlOutput .= "The brand icon returns an error. Error: {$e->getMessage()}";
/plugin/combo/action/
H A Dcacheexpiration.php141 LogUtility::msg("Error while calculating the new expiration date. Error: {$e->getMessage()}");
152 LogUtility::msg("Error while persisting the new expiration date. Error:{$e->getMessage()}");
/plugin/combo/syntax/
H A Dfragment.php227 $renderer->doc .= LogUtility::wrapInRedForHtml("Error while rendering the instruction. Error: {$e->getMessage()}");
H A Dfrontmatter.php331 LogUtility::internalError("The image registration did not work. Error: {$e->getMessage()}");
364 LogUtility::internalError("The media image statistics could not be created. The media markup could not be instantiated with the path ($path). Error:{$e->getMessage()}");
H A Diterator.php386 $renderer->doc .= "The page sql is not valid. Error Message: {$e->getMessage()}. Page Sql: ($pageSql)";
453 $renderer->doc .= "Error during Sql Execution. Error: {$e->getMessage()}";
567 LogUtility::error("Error while rendering the template header. Error: {$e->getMessage()}", self::CANONICAL);
576 LogUtility::error("Error while rendering a data row. Error: {$e->getMessage()}", self::CANONICAL, $e);
585 LogUtility::error("Error while rendering the template footer. Error: {$e->getMessage()}", self::CANONICAL);
600 LogUtility::error("Error while rendering the iterator footer. Error: {$e->getMessage()}", self::CANONICAL);

12345678910>>...35