Home
last modified time | relevance | path

Searched refs:getMessage (Results 776 – 800 of 852) sorted by path

1...<<3132333435

/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js16887 getMessage: function(message)
16964 this.getMessage(error.message),
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php168 echo '<div class="error">' . $e->getMessage () . '</div>';
186 echo '<div class="error">' . $e->getMessage () . '</div>';
/plugin/sketchcanvas/phplib/
H A Dimage.php34 echo $e->getMessage();
376 echo $e->getMessage();
/plugin/smtp/
H A Daction.php76 msg('There was an unexpected problem communicating with SMTP: '.$e->getMessage(), -1);
/plugin/solr/
H A Daction.php119 print "solr_indexer: Request failed: ".$e->getMessage().NL;
428 dbglog($e->getMessage(), $this->getLang('delete_failed'));
H A Dindex_all.php40 fwrite( STDERR, $OPTS->getMessage() . "\n");
/plugin/sql/
H A Dsyntax.php121 $error = $e->getMessage();
134 $error = $e->getMessage();
/plugin/sqlite/
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 Dadmin.php48 msg($e->getMessage(), -1);
81 msg(hsc($e->getMessage()), -1);
184 msg($e->getMessage(), -1);
H A Dhelper.php104 msg('SQLite: ' . $e->getMessage(), -1);
146 msg('SQLite: ' . $e->getMessage(), -1);
170 msg('SQLite: ' . $e->getMessage(), -1);
/plugin/sqlraw/
H A Dsyntax.php147 $error = $db->getMessage();
190 $error = $result->getMessage();
764 …ass="error">DROP TABLE failed for query: '. $query .'the error: '. $result->getMessage() .'</div>';
800 …s="error">CREATE TABLE failed for query: '. $query .'the error: '. $result->getMessage() .'</div>';
821 …error">INSERT INTO TABLE failed for query: '. $sql .'the error: '. $result->getMessage() .'</div>';
/plugin/strata/driver/
H A Ddriver.php97 msg(sprintf($this->util->getLang('driver_failed_detail'), hsc($dsn), hsc($e->getMessage())), -1);
/plugin/strata/syntax/
H A Dselect.php147 'message'=>$e->getMessage(),
/plugin/struct/action/
H A Daggregationeditor.php90 echo $e->getMessage();
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);
/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/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());

1...<<3132333435