Home
last modified time | relevance | path

Searched refs:Exception (Results 101 – 125 of 2287) sorted by last modified time

12345678910>>...92

/plugin/bez/action/
H A Dmigration.php51 throw new Exception('cannot open file ' . $file);
84 throw new Exception('cannot open file ' . $file);
125 throw new Exception('cannot open file '.$file);
290 throw new Exception($db->errorInfo());
359 throw new Exception($db->errorInfo());
H A Dbase.php48 throw new Exception("$file doesn't exist");
H A Ddefault.php170 throw new Exception('invalid params');
243 // } catch (\PHPMailer\PHPMailer\Exception $e) {
245 } catch(Exception $e) {
293 } catch(Exception $e) {
/plugin/bez/helper/
H A Ddb.php26 * @throws Exception
32 if(defined('DOKU_UNITTEST')) throw new \Exception('Couldn\'t load sqlite.');
37 if(defined('DOKU_UNITTEST')) throw new \Exception('Couldn\'t load PDO sqlite.');
45 if(defined('DOKU_UNITTEST')) throw new \Exception('Couldn\'t init sqlite.');
54 * @param bool $throw throw an Exception when sqlite not available?
64 throw new \Exception('no sqlite');
/plugin/bez/
H A Dcron-daily.php31 } catch (Exception $e) {
/plugin/imagemapping/
H A DCOPYING110 License. (Exception: if the Program itself is interactive but
H A DLICENSE
/plugin/sql/
H A DDB.php91 } catch (Exception $e) {
104 } catch (Exception $e) {
H A Dsyntax.php120 } catch(Exception $e) {
133 } catch(Exception $e) {
/plugin/cloud/
H A DCOPYING110 License. (Exception: if the Program itself is interactive but
/plugin/caption/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/dev/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
H A DSVGIcon.php29 * @throws \Exception
52 * @throws \Exception
75 * @throws \Exception
81 throw new \Exception('Failed to read ' . $file);
95 * @throws \Exception
106 throw new \Exception("Unknown prefix $prefix");
215 * @throws \Exception
223 throw new \Exception("Failed to download $url: " . $http->status . ' ' . $http->error);
H A Dcli.php9 use splitbrain\phpcli\Exception as CliException;
399 * @throws Exception
412 * @throws Exception
/plugin/dev/skel/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/authwordpress/
H A Dauth.php100 } catch (Exception $e) {
/plugin/structtasks/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/structtasks/_test/
H A DNotifiersTest.php77 throw new \Exception("Unexpected argument: ${key}");
/plugin/structtasks/meta/
H A DAbstractNotifier.php112 throw new Exception("Invalid number of date components");
/plugin/orphanswanted/
H A DCOPYING110 License. (Exception: if the Program itself is interactive but
/plugin/button/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/bibtex4dw/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/copycode/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/tag/
H A DCOPYING111 License. (Exception: if the Program itself is interactive but
/plugin/recommend/
H A Daction.php47 } catch (\Exception $e) {
73 * @throws Exception
92 throw new Exception('The user backend can not search for users');
179 * @throws Exception
186 throw new \Exception('Security token did not match');
196 throw new \Exception($this->getLang('err_captcha'));
203 throw new \Exception($this->getLang('err_recipient'));
210 throw new \Exception($this->getLang('err_sendermail'));
213 throw new \Exception($this->getLang('err_sendername'));
219 if ($id === '' || !page_exists($id)) throw new \Exception($this->getLang('err_page'));

12345678910>>...92