Home
last modified time | relevance | path

Searched refs:getMessage (Results 751 – 775 of 852) sorted by relevance

1...<<3132333435

/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php422 $this->_error = $e->getMessage();
/plugin/rrdgraph/
H A Dsyntax.php348 … $renderer->doc .= '<div class="rrdError">' . htmlentities($ex->getMessage()) . '</div>';
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorToolBar.java271 .getMessage()); in EditorToolBar()
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php285 throw new Mustache_Exception_SyntaxException($e->getMessage(), $token);
/plugin/watchcycle/
H A Daction.php209 'error' => $e->getMessage().' '.basename($e->getFile()).':'.$e->getLine()
/plugin/prosemirror/action/
H A Deditor.php82 $errorMsg = 'Rendering the page\'s syntax for the WYSIWYG editor failed: ' . $e->getMessage();
/plugin/combo/ComboStrap/
H A DFileSystems.php190 throw new ExceptionRuntime("Error getting the children. Error: {$e->getMessage()}");
H A DMetadataFrontmatterStore.php151 return Message::createInfoMessage($e->getMessage())
H A DWikiPath.php167 LogUtility::error("The current relative path ({$this->absolutePath}) returns an error: {$e->getMessage()}", self::CANONICAL);
179 LogUtility::error("The parent relative path ({$this->absolutePath}) returns an error: {$e->getMessage()}", self::CANONICAL);
H A DHeadingTag.php365 LogUtility::internalError("Unable to add anchor. Error:{$e->getMessage()}", Outline::OUTLINE_ANCHOR);
H A DMarkupPath.php641 LogUtility::error("First Raster Image error. Error: " . $e->getMessage(), self::CANONICAL_PAGE, $e);
971 LogUtility::msg("The markup ref returns an error for the creation of the page anchor html link ($this). Error: {$e->getMessage()}");
1467 $message = "Error on getParentPage, null returned - Error: {$e->getMessage()}";
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DKML.php74 throw new \Exception("Cannot Read Geometry From KML. " . $e->getMessage());
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php516 $this->error($e->getMessage());
673 $this->error('Caught exception: '.$e->getMessage());
2282 $this->warning('Failed to extract attachment '.$name.': '.$e->getMessage());
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php1839 function getMessage($realm, $return_to=null, $immediate=false) function in Auth_OpenID_AuthRequest
1915 $message = $this->getMessage($realm, $return_to, $immediate);
1935 $message = $this->getMessage($realm, $return_to, $immediate);
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php1811 public function getMessage() { function in Google_AddressesScopedListWarning
2135 public function getMessage() { function in Google_DisksScopedListWarning
2718 public function getMessage() { function in Google_InstancesScopedListWarning
3076 public function getMessage() { function in Google_MachineTypesScopedListWarning
3510 public function getMessage() { function in Google_OperationErrorErrors
3578 public function getMessage() { function in Google_OperationWarnings
3644 public function getMessage() { function in Google_OperationsScopedListWarning
4049 public function getMessage() { function in Google_RouteWarnings
/plugin/dev/
H A Dcli.php287 $this->error($e->getMessage());
/plugin/elwikiupgrade/
H A DHTTPClient.php287 $this->error = $e->getMessage();
467 $this->error = $err->getMessage();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php285 throw new BadRequest($e->getMessage(), null, $e);
846 …ediaType('This resource only supports valid iCalendar 2.0 data. Parse error: ' . $e->getMessage());
/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/bookcreator/syntax/
H A Dbookmanager.php
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php236 $result["$f_id"] = array( 'id' => "$f_id", 'error' => $ee->getMessage() );
/plugin/epub/scripts/
H A Dcss3.php154 $msg = str_replace(array("\n", "\r", "'"), array(), $e->getMessage());
/plugin/ckgedit/scripts/
H A Dcss6.php161 $msg = str_replace(array("\n", "\r", "'"), array(), $e->getMessage());
/plugin/upgrade/
H A Dhelper.php184 $this->log('error', $e->getMessage());
/plugin/bez/action/
H A Ddefault.php244 // msg($e->getMessage(), -1);
250 msg($e->getMessage(), -1);

1...<<3132333435