Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 2287) sorted by last modified time

12345678910>>...92

/plugin/pagelist/
H A DCOPYING111 License. (Exception: if the Program itself is interactive but
/plugin/twofactoremail/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
H A Daction.php61 if (!$to) throw new \Exception($this->getLang('codesentfail'));
70 if (!$result) throw new \Exception($this->getLang('codesentfail'));
/plugin/twofactor/
H A DGoogleAuthenticator.php28 * @throws \Exception
36 throw new \Exception('Bad secret length');
55 throw new \Exception('No source of secure random');
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
H A DManager.php94 } catch (\Exception $ignored) {
227 * @throws \Exception
233 throw new \Exception('Uncofigured provider requested');
290 * @throws \Exception
340 } catch (\Exception $e) {
H A DProvider.php141 * @throws \Exception when no suitable random source is available
166 * @throws \Exception when no code can be created
171 if (!$secret) throw new \Exception('No secret for provider ' . $this->getProviderID());
219 * @throw \Exception when the message can't be sent
/plugin/twofactor/action/
H A Dlogin.php176 } catch (Exception $ignored) {
213 * @throws Exception
/plugin/attribute/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/nspages/printers/
H A DprinterNice.php21 throw Exception('nspages_printerNice can only work in xhtml mode');
/plugin/nspages/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/dbquery/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
H A Dhelper.php24 if (!page_exists($id)) throw new \Exception("No query named '$name' found");
66 * @throws Exception
71 … throw new \Exception('For security reasons only SELECT statements are allowed in dbquery');
/plugin/dbquery/syntax/
H A Dquery.php53 } catch (\Exception $e) {
/plugin/siteexport/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/linkback/
H A DCOPYING111 License. (Exception: if the Program itself is interactive but
/plugin/structpublish/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
H A Dadmin.php40 } catch (Exception $e) {
99 } catch (Exception $e) {
/plugin/structpublish/action/
H A Dmigration.php27 * @throws Exception
36 throw new Exception('Plugin struct is required!');
45 throw new Exception(
H A Dpublish.php18 * @throws Exception
/plugin/structpublish/helper/
H A Dnotify.php27 * @throws Exception
88 * @throws Exception
114 * @throws Exception
121 throw new \Exception('Auth cannot fetch users by group.');
H A Dpublish.php28 * @throws Exception
36 throw new \Exception('User may not ' . $action);
/plugin/diagrams/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/diagrams/parser/
H A DDiagramsNode.php48 throw new \Exception('bad data uri "' . substr($svg, 0, 26) . '"');
/plugin/struct/helper/
H A Dlookup.php20 * @throws Exception

12345678910>>...92