Home
last modified time | relevance | path

Searched refs:getTraceAsString (Results 1 – 25 of 27) sorted by last modified time

12

/plugin/struct/syntax/
H A Dcloud.php74 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
107 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
H A Dlist.php
H A Dtable.php83 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
135 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
H A Dvalue.php76 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
118 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/struct/action/
H A Dajax.php49 $result['stacktrace'] = $e->getTraceAsString();
/plugin/bez/syntax/
H A Dstruct.php67 if($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
103 if($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/combo/
H A Dcli.php239 fwrite(STDERR, "An internal error has occured. " . $exception->getMessage() . "\n" . $exception->getTraceAsString());
/plugin/combo/ComboStrap/
H A DExceptionReporter.php28 return str_replace("\n", "<br/>", $this->e->getTraceAsString());
/plugin/oauth/
H A Dhelper.php131 $msg .= hsc($e->getTraceAsString());
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php194 $this->logMessage('debug', $error->getTraceAsString());
/plugin/prosemirror/action/
H A Dajax.php174 $errorMsg .= '<pre>' . $e->getTraceAsString() . '</pre>';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php713 $this->log->error($exception->getTraceAsString());
/plugin/evesso/classes/
H A DAbstractAdapter.php142 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
165 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
187 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php279 … $error->appendChild($DOM->createElement('s:stacktrace', $h($e->getTraceAsString())));
291 … $xPrevious->appendChild($DOM->createElement('s:stacktrace', $h($previous->getTraceAsString())));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php212 $str .= "\n[stacktrace]\n" . $e->getTraceAsString() . "\n";
H A DMongoDBFormatter.php122 $formattedException['trace'] = $exception->getTraceAsString();
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php109 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
162 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/watchcycle/
H A Daction.php212 $result['stacktrace'] = $e->getTraceAsString();
/plugin/structgroupby/syntax/
H A Done.php88 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php285 … $error->appendChild($DOM->createElement('s:stacktrace', $h($e->getTraceAsString())));
297 … $xPrevious->appendChild($DOM->createElement('s:stacktrace', $h($previous->getTraceAsString())));
/plugin/issuelinks/helper/
H A Dutil.php77 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/etherpadlite/action/
H A Detherpadlite.php98 … => "Server-Fehler (Pad-Plugin): ".$e->getMessage(), "trace" => $e->getTraceAsString(), "url" => $…
/plugin/structat/syntax/
H A Dtable.php85 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
122 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/sentry/
H A Dhelper.php132 $html .= '<pre>' . hsc($e->getTraceAsString()) . '</pre>';
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php294 public function getTraceAsString(); function

12