Home
last modified time | relevance | path

Searched refs:getMessage (Results 651 – 675 of 852) sorted by last modified time

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

/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php356 …diaType('This resource only supports valid vCard or jCard data. Parse error: ' . $e->getMessage());
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php218 $this->log('Error: '.$e->getMessage(), 'red');
259 $this->log('Error: '.$e->getMessage(), 'red');
/plugin/webdav/core/
H A DUtils.php249 self::log('error', $context['exception']->getMessage());
/plugin/webdav/
H A Dserver.php68 'message' => $e->getMessage(),
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php324 throw new BadRequest($e->getMessage(), null, $e);
381 throw new BadRequest($e->getMessage(), null, $e);
570 throw new Exception\BadRequest($e->getMessage(), null, $e);
/plugin/elwikiupgrade/
H A DHTTPClient.php287 $this->error = $e->getMessage();
467 $this->error = $err->getMessage();
H A Dadmin.php351 $this->_warn($e->getMessage());
/plugin/infomail/
H A Daction.php48 msg($e->getMessage(), -1);
/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());
H A Dmodule.audio-video.riff.php1496 $this->warning('RIFFAMV parser: '.$e->getMessage());
1858 $this->warning('RIFF parser: '.$e->getMessage());
H A Dmodule.audio-video.matroska.php256 $this->error('EBML parser: '.$e->getMessage());
1294 $this->warning('EBML parser: '.$e->getMessage());
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php1557 …e-sigchild. You must use setEnhanceSigchildCompatibility() to use this method.', $e->getMessage());
H A DErrorProcessInitiator.php33 echo $t->getMessage().\PHP_EOL;
H A DProcessFailedExceptionTest.php84 $exception->getMessage()
130 $exception->getMessage()
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php41 …is->logger->error(sprintf('The template "%s" contains an error: %s', $resource, $e->getMessage()));
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php285 throw new Mustache_Exception_SyntaxException($e->getMessage(), $token);
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php422 $this->_error = $e->getMessage();
H A DLogoutResponse.php206 $this->_error = $e->getMessage();
H A DMetadata.php215 throw new Exception('Error parsing metadata. '.$e->getMessage());
H A DIdPMetadataParser.php43 throw new Exception('Error on parseRemoteXML. '.$e->getMessage());
72 throw new Exception('Error on parseFileXML. '.$e->getMessage());
197 throw new Exception('Error parsing metadata. '.$e->getMessage());
H A DResponse.php416 $this->_error = $e->getMessage();
/plugin/adfs/
H A Daction.php41 die(hsc($e->getMessage()));
H A Dauth.php126 msg('Invalid SAML response: ' . hsc($e->getMessage()), -1);
/plugin/adfs/phpsaml/
H A DREADME.md729 echo $e->getMessage();
/plugin/backup/
H A Dadmin.php159 msg('Backup failed. ' . $e->getMessage(), -1);

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