Home
last modified time | relevance | path

Searched refs:getMessage (Results 1 – 25 of 852) sorted by last modified time

12345678910>>...35

/plugin/twofactor/
H A DManager.php341 msg(hsc($e->getMessage()), -1); // FIXME better handling
/plugin/dbquery/syntax/
H A Dquery.php54 msg(hsc($e->getMessage()), -1);
/plugin/structpublish/action/
H A Dsave.php45 msg($e->getMessage(), -1);
/plugin/structpublish/
H A Dadmin.php41 msg($e->getMessage(), -1);
100 msg($e->getMessage(), -1);
/plugin/struct/meta/
H A DValueValidator.php92 $this->errors[] = $prefix . $e->getMessage();
104 $this->errors[] = $prefix . $e->getMessage();
/plugin/struct/
H A Dremote.php57 throw new RemoteException($e->getMessage(), 0, $e);
89 throw new RemoteException($e->getMessage(), 0, $e);
125 throw new RemoteException($e->getMessage(), 0, $e);
167 throw new RemoteException($e->getMessage(), 0, $e);
/plugin/struct/syntax/
H A Dcloud.php73 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
106 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
H A Dlist.php
H A Dtable.php82 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
134 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
H A Dvalue.php74 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
116 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
/plugin/struct/action/
H A Dajax.php46 'error' => $e->getMessage() . ' ' . basename($e->getFile()) . ':' . $e->getLine()
H A Dinline.php71 echo $e->getMessage();
H A Dtitle.php86 msg($e->getMessage(), -1);
H A Daggregationeditor.php90 echo $e->getMessage();
/plugin/struct/admin/
H A Dassignments.php55 msg($e->getMessage(), -1);
97 msg($e->getMessage(), -1);
H A Dschemas.php98 msg(hsc($e->getMessage()), -1);
123 msg(hsc($e->getMessage()), -1);
140 msg(hsc($e->getMessage()), -1);
/plugin/struct/helper/
H A Dfield.php36 msg(hsc($e->getMessage()), -1);
/plugin/doi/syntax/
H A Ddoi.php57 msg(hsc($e->getMessage()), -1);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoRSS.php81 throw new \Exception("Cannot Read Geometry From GeoRSS: " . $e->getMessage());
H A DKML.php74 throw new \Exception("Cannot Read Geometry From KML. " . $e->getMessage());
/plugin/sqlite/
H A Dadmin.php48 msg($e->getMessage(), -1);
81 msg(hsc($e->getMessage()), -1);
184 msg($e->getMessage(), -1);
H A DSQLiteDB.php151 throw new \PDOException($e->getMessage(), (int)$e->getCode(), $e);
479 if (!preg_match('/no such table/', $e->getMessage())) {
486 'message' => $e->getMessage(),
H A Dhelper.php104 msg('SQLite: ' . $e->getMessage(), -1);
146 msg('SQLite: ' . $e->getMessage(), -1);
170 msg('SQLite: ' . $e->getMessage(), -1);
/plugin/batchedit/
H A Dserver.php42 $this->sendResponse(array('error' => 'server_error', 'message' => $error->getMessage()));
/plugin/aichat/
H A Daction.php89 'answer' => 'An error occurred. More info may be available in the error log. ' . $e->getMessage(),

12345678910>>...35