Home
last modified time | relevance | path

Searched refs:Exception (Results 51 – 75 of 92) sorted by path

1234

/dokuwiki/lib/exe/
H A Djs.php13 use splitbrain\JSStrip\Exception as JSStripException;
H A Dxmlrpc.php17 } catch (\Exception $e) {
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php571 * @throws Exception - if unable to bind to Domain Controller
937 * adLDAP Exception Handler
949 class adLDAPException extends Exception {}
/dokuwiki/lib/plugins/authad/
H A Dauth.php648 } catch (Exception $e) {
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php696 } catch (Exception $e) {
712 * @param string|Exception $message
719 if (is_a($message, 'Exception')) {
/dokuwiki/lib/plugins/config/
H A Dadmin.php62 } catch (Exception $e) {
/dokuwiki/lib/plugins/config/core/
H A DWriter.php32 * @throws \Exception
37 if ($this->isLocked()) throw new \Exception('no save');
42 if (!io_rename($this->savefile, $this->savefile . '.bak.php')) throw new \Exception('no backup');
47 throw new \Exception('no save');
58 throw new \Exception('empty config');
73 * @throws \Exception when the config isn't writable
77 if ($this->isLocked()) throw new \Exception('no save');
/dokuwiki/lib/plugins/extension/
H A Dadmin.php153 } catch (Exception $e) {
H A Dcli.php3 use splitbrain\phpcli\Exception;
227 } catch (Exception $e) {
244 } catch (Exception $e) {
269 * @throws Exception
288 * @throws Exception
322 * @throws Exception
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php649 * @throws Exception when something goes wrong
655 throw new Exception($this->getLang('msg_upload_failed') . ' (' . $_FILES[$field]['error'] . ')');
659 if (!$tmp) throw new Exception($this->getLang('error_dircreate'));
667 throw new Exception($this->getLang('msg_upload_failed'));
681 * @throws Exception when something goes wrong
697 * @throws \Exception when something goes wrong
709 throw new Exception('Error, the requested extension hasn\'t been installed or updated');
962 * @throws Exception when something goes wrong
969 throw new Exception($this->getLang('error_badurl'));
982 throw new Exception(
[all...]
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php101 } catch (Exception $e) {
137 * @throws Exception when reading fails
145 if (!$fp) throw new Exception($lang['log_file_failed_to_open']);
156 if (!$logData) throw new Exception($lang['log_file_failed_to_read']);
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php96 } catch (\Exception $e) {
102 } catch (\Exception $e) {
H A DClientSSL.php4 use IXR\Exception\ClientException;
/dokuwiki/vendor/kissifrot/php-ixr/src/Exception/
H A DClientException.php3 namespace IXR\Exception;
6 class ClientException extends \Exception
H A DServerException.php3 namespace IXR\Exception;
6 class ServerException extends \Exception
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DServer.php7 use IXR\Exception\ServerException;
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
H A Dlessc.inc.php
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/
H A DException.php46 use SimplePie\Exception as SimplePieException;
48 class_exists('SimplePie\Exception');
50 // @trigger_error(sprintf('Using the "SimplePie_Exception" class is deprecated since SimplePie 1.7.0, use "SimplePie\Exception" instead.'), \E_USER_DEPRECATED);
53 /** @deprecated since SimplePie 1.7.0, use "SimplePie\Exception" instead */
/dokuwiki/vendor/simplepie/simplepie/src/
H A DException.php48 use Exception as NativeException;
55 class Exception extends NativeException class
59 class_alias('SimplePie\Exception', 'SimplePie_Exception');
H A DLocator.php167 throw new \SimplePie\Exception('DOMDocument not found, unable to use locator');
203 throw new \SimplePie\Exception('DOMDocument not found, unable to use locator');
244 throw new \SimplePie\Exception('DOMDocument not found, unable to use locator');
283 throw new \SimplePie\Exception('DOMDocument not found, unable to use '.
287 throw new \SimplePie\Exception('DOMXpath not found, unable to use '.
H A DSanitize.php361 throw new \SimplePie\Exception('DOMDocument not found, unable to use sanitizer');
H A DSimplePie.php1878 } catch (\SimplePie\Exception $e) {
2308 } catch (\SimplePie\Exception $e) {
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchiveCorruptedException.php8 class ArchiveCorruptedException extends \Exception

1234