Home
last modified time | relevance | path

Searched refs:getMessage (Results 26 – 50 of 852) sorted by relevance

12345678910>>...35

/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DExporterTest.php16 $this->assertEquals('At least one item must be exported per page.', $e->getMessage());
26 $this->assertEquals('Unsupported exporter type.', $e->getMessage());
H A DDataHelperTest.php35 $this->assertEquals('Empty values are not allowed!', $e->getMessage());
82 $this->assertEquals('Value is not a valid number!', $e->getMessage());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DExceptionMessageRegExp.php37 … $match = PHPUnit_Util_Regex::pregMatchSafe($this->expectedMessageRegExp, $other->getMessage());
62 $other->getMessage(),
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php194 $message = $e->getMessage();
202 throw new Error(sprintf('%s: %s', \get_class($e), $e->getMessage()), -1, null, $e);
209 … $this->assertSame(trim($exception), trim(sprintf('%s: %s', \get_class($e), $e->getMessage())));
214 $e = new Error(sprintf('%s: %s', \get_class($e), $e->getMessage()), -1, null, $e);
216 $output = trim(sprintf('%s: %s', \get_class($e), $e->getMessage()));
/plugin/webdav/core/Plugin/
H A DException.php42 if (!preg_match("/No 'Authorization: (Basic|Digest)' header found./", $e->getMessage())) {
45 'message' => $e->getMessage(),
/plugin/combo/ComboStrap/
H A DColorSystem.php28 LogUtility::error("Error while calculating the primary text color. {$e->getMessage()}", self::CANONICAL, $e);
62 LogUtility::error("Error while calculating the color text hover color. {$e->getMessage()}", self::CANONICAL, $e);
H A DCacheLog.php52 LogUtility::log2file("Error while logging cache event. Error: {$e->getMessage()}");
75 LogUtility::log2file("Error while logging cache event. Error: {$e->getMessage()}");
130 throw new ExceptionCompile("Unable to get the cache log. Error:" . $e->getMessage(), self::CANONICAL, 0, $e);
H A DMime.php139 throw new ExceptionRuntime("Json is a known extension and should not throw. Error :{$e->getMessage()}");
148 throw new ExceptionRuntime("Html is a known extension and should not throw. Error :{$e->getMessage()}");
157 throw new ExceptionRuntime("Txt is a known extension and should not throw. 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()}";
H A DPageKeywords.php98 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getMessage());
H A DThirdMediaLink.php44 LogUtility::warning("No icon could be added to the media link. Error: {$e->getMessage()}");
80 LogUtility::internalError($e->getMessage());
/plugin/swiftmail/
H A Daction.php119 msg('There was a problem communicating with SMTP: '.$e->getMessage(),-1);
121 msg('There was an unexpected problem building the email: '.$e->getMessage(),-1);
123 msg('There was an unexpected problem with sending the email: '.$e->getMessage(),-1);
/plugin/combo/action/
H A Dmetafacebook.php148 LogUtility::error("We were unable to add the default facebook image ($defaultFacebookImage) because of the following error: {$e->getMessage()}", self::CANONICAL);
174 LogUtility::internalError($e->getMessage());
189 LogUtility::error("No image was added for facebook. Error while retrieving the dimension of the image: {$e->getMessage()}", self::CANONICAL);
233 LogUtility::internalError("Og Image could not be added. Error: {$e->getMessage()}", self::CANONICAL);
/plugin/magento/
H A Dauth.php400 msg( $e->getMessage(), -1);
454 msg( $e->getMessage(), -1);
518 msg( $e->getMessage(), -1);
548 msg( $e->getMessage(), -1);
581 msg( $e->getMessage(), -1);
615 msg( $e->getMessage(), -1);
671 msg( $e->getMessage(), -1);
700 msg( $e->getMessage(), -1);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DServerQueue.php40 public function getMessage(?int $id = null): LdapMessageRequest
77 return LdapMessageRequest::fromAsn1($message->getMessage());
26 public function getMessage(?int $id = null): LdapMessageRequest global() function in FreeDSx\\Ldap\\Protocol\\Queue\\ServerQueue
/plugin/ireadit/action/
H A Direadit.php47 msg($e->getMessage(), -1);
100 msg($e->getMessage(), -1);
126 msg($e->getMessage(), -1);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataDateTime.php87 $message = "The date time ($this) has a default value ($defaultValue) that is not valid. Error: {$e->getMessage()}";
106 LogUtility::msg($e->getMessage(), $this->getCanonical());
168 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/
H A DResponseException.php55 $errors[] = $actionException->getMessage();
73 $message .= $actionException->getMessage().\PHP_EOL;
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php197 $error .= $e->getMessage();
211 $error .= "The attribute (" . $rightAtt->getNodePath() . ") has different values. Error:{$e->getMessage()}\n";
214 $error .= "The attribute (" . $leftAtt->getNodePath() . ") has different values (" . $leftAttValue . "," . $rightAttValue . ") and the right value is not an URL. Error:{$e->getMessage()}\n";
217 $error .= "The attribute (" . $leftAtt->getNodePath() . ") has different values (" . $leftAttValue . "," . $rightAttValue . ") and the left value is not an URL. Error:{$e->getMessage()}\n";
224 $error .= "The style attribute (" . $leftAtt->getNodePath() . ") has different values (" . $leftAttValue . "," . $rightAttValue . "). Error:{$e->getMessage()}\n";
/plugin/combo/syntax/
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);
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DAsn1MessageQueue.php64 throw new PartialMessageException($exception->getMessage(), $exception->getCode(), $exception);
83 return \call_user_func($callable, $message->getMessage());
/plugin/evesso/classes/
H A DAbstractAdapter.php140 msg($e->getMessage(), -1);
163 msg($e->getMessage(), -1);
185 msg($e->getMessage(), -1);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DBaseTestRunner.php68 $this->runFailed($e->getMessage());
90 $e->getMessage()
/plugin/prosemirror/action/
H A Dparser.php56 $errorMsg = $e->getMessage();
101 $errorMsg = $e->getMessage();
/plugin/extendpage/
H A Dadmin.php46 msg($e->getMessage(), -1);
86 msg($e->getMessage(), -1);

12345678910>>...35