Home
last modified time | relevance | path

Searched refs:Exception (Results 476 – 500 of 2287) sorted by last modified time

1...<<11121314151617181920>>...92

/plugin/ifauthex/lib/
H A Dexceptions.php4 use \Exception; alias
6 class UnknownTokenException extends Exception {
10 public function __construct($text, $position, $code = 0, Exception $previous = null) {
31 class MalformedExpressionException extends Exception {
34 public function __construct($elementInstance, $message, $code = 0, Exception $previous = null) {
46 class InvalidExpressionException extends Exception {
61 class NotEnoughArgumentsException extends Exception {
64 public function __construct($elementDefinition, $code = 0, Exception $previous = null) {
80 class StrayTokenException extends Exception {
83 public function __construct($tokenInstance, $code = 0, Exception $previous = null) {
[all …]
/plugin/ifauthex/
H A Dsyntax.php163 } catch (Exception $e) {
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/ifauthex/_test/
H A Dgeneral.test.php163 } catch (Exception $e) {
176 } catch (Exception $e) {
190 } catch (Exception $e) {
206 } catch (Exception $e) {
/plugin/feedmod/
H A DCOPYING110 License. (Exception: if the Program itself is interactive but
/plugin/semantic/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/barcodes/lib/
H A DBarcodesException.php23 use Exception; alias
25 class BarcodesException extends Exception {}
/plugin/barcodes/
H A Dsyntax.php53 catch (Exception $e) {
H A DLICENSE.md44 ### 1. Exception to Section 3 of the GNU GPL
/plugin/fastwiki/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/twofactoraltemail/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
H A Daction.php74 } catch (\Exception $e) {
91 if (!$to) throw new \Exception($this->getLang('codesentfail'));
100 if (!$result) throw new \Exception($this->getLang('codesentfail'));
/plugin/blog/
H A DCOPYING111 License. (Exception: if the Program itself is interactive but
/plugin/pubmed2020/helper/
H A Dpmid.php173 * @throws Exception when user not exists
/plugin/statdisplay/pchart/
H A DBackgroundStyle.php53 throw new Exception("Requested gradient start color, but gradient is not enabled");
61 throw new Exception("Requested gradient decay, but gradient is not enabled");
H A DCSVImporter.php47 throw new Exception("Failed to open file");
H A DPieChart.php143 throw new Exception("No values available in data description in drawBasicPieGraph()");
170 throw new Exception( "Pie chart can only accept one serie of data." );
363 throw new Exception("Pie chart can only accept one serie of data.");
467 throw new Exception( "Pie chart can only accept one serie of data." );
H A DpChart.php180 throw new Exception("Failed to open file in loadColorPalette");
2998 throw new Exception("Impossible to calculate scales when VMax <= VMin");
/plugin/advanced/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/linksuggest/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/firenews/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/pageredirect/
H A Daction.php69 throw new Exception('should not get here');
/plugin/archivegenerator/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/fullscreenmode/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DDerivative.php5 use Elastica\Exception\InvalidException;

1...<<11121314151617181920>>...92