Home
last modified time | relevance | path

Searched refs:getMessage (Results 526 – 550 of 852) sorted by relevance

1...<<21222324252627282930>>...35

/plugin/sqlraw/
H A Dsyntax.php147 $error = $db->getMessage();
190 $error = $result->getMessage();
764 …ass="error">DROP TABLE failed for query: '. $query .'the error: '. $result->getMessage() .'</div>';
800 …s="error">CREATE TABLE failed for query: '. $query .'the error: '. $result->getMessage() .'</div>';
821 …error">INSERT INTO TABLE failed for query: '. $sql .'the error: '. $result->getMessage() .'</div>';
/plugin/combo/ComboStrap/
H A DOutline.php279 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
314 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
327 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
489 throw new ExceptionRuntimeInternal("Error while adding a section during the outline merge. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
875 LogUtility::error("The Toc could not be persisted. Error:{$e->getMessage()}");
H A DTextColor.php77 LogUtility::msg("The text color value ($colorValue) is not a valid color. Error: {$e->getMessage()}");
H A DClassUtility.php74 throw new ExceptionRuntimeInternal("We could load the ClassUtility class. Error: {$e->getMessage()}");
H A DFetcherPageBundler.php92 throw new ExceptionRuntimeInternal("We were unable to get the start markup wiki path. Error:{$e->getMessage()}", self::CANONICAL);
101 throw new ExceptionRuntimeInternal("The toc could not be created. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
H A DSiteConfig.php254 $message = "The rem configuration value ($value) is not a integer. Error: {$e->getMessage()}";
361 LogUtility::internalError("Unable to the the maxseclevel as integer. Error: {$e->getMessage()}", Toc::CANONICAL);
526 LogUtility::msg("The primary color value configuration ($value) is not valid. Error: {$e->getMessage()}");
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/
H A DPcntlServerRunner.php
/plugin/batchedit/
H A Dserver.php42 $this->sendResponse(array('error' => 'server_error', 'message' => $error->getMessage()));
/plugin/struct/action/
H A Dajax.php46 'error' => $e->getMessage() . ' ' . basename($e->getFile()) . ':' . $e->getLine()
H A Dtitle.php86 msg($e->getMessage(), -1);
/plugin/issuelinks/helper/
H A Dutil.php74 msg(hsc($e->getMessage()), -1, $e->getLine(), $e->getFile());
/plugin/csv/syntax/
H A Dvalue.php67 return $e->getMessage();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/MessageWrapper/
H A DSaslMessageWrapper.php69 throw new PartialMessageException($exception->getMessage(), $exception->getCode(), $exception);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailLoggingErrorLog.php81 public function getMessage() function in Google\\Service\\CloudRetail\\GoogleCloudRetailLoggingErrorLog
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1Job.php83 public function getMessage() function in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Job
H A DGoogleCloudDataplexV1JobEvent.php97 public function getMessage() function in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1JobEvent
/plugin/combo/syntax/
H A Dedit.php139 LogUtility::error("Error while rendering the edit button ($editButton). Error: {$e->getMessage()}", self::CANONICAL);
/plugin/mantisreporter/
H A Dsyntax.php78 print 'Er ging iets fout: ' . $e->getMessage();
86 print 'Er ging iets fout: ' . $e->getMessage();
/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/crossdbsqlclient/syntax/
H A Ddbwrapper.php87 echo '<div class="error">' . $e->getMessage () . '</div>';
105 echo '<div class="error">' . $e->getMessage () . '</div>';
162 echo '<div class="error">' . $e->getMessage () . '</div>';
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php280 $html .= $e->getMessage();
302 LogUtility::internalError("We were unable to set the iframe URL. Error:{$e->getMessage()}", WebCodeTag::CANONICAL);
430 LogUtility::internalError("We were unable to add the firebug css and js. Error: {$e->getMessage()}", WebCodeTag::CANONICAL);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DTest.php97 $name = $test->getMessage();
/plugin/farm/
H A Dtestclient.php54 die('SOAP::Client fault : '.$f->getMessage());
/plugin/swarmwebhook/webhooks/
H A DZapier.php85 $errorMessage = $e->getMessage();
/plugin/authfacebook/lib/HttpClients/
H A DFacebookGuzzleHttpClient.php69 throw new FacebookSDKException($e->getMessage(), $e->getCode());

1...<<21222324252627282930>>...35