Home
last modified time | relevance | path

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

1234

/dokuwiki/inc/Action/
H A DAdmin.php5 use dokuwiki\Action\Exception\ActionException;
H A DSitemap.php5 use dokuwiki\Action\Exception\FatalException;
H A DRedirect.php5 use dokuwiki\Action\Exception\ActionAbort;
H A DResendpwd.php6 use dokuwiki\Action\Exception\ActionAbort;
7 use dokuwiki\Action\Exception\ActionDisabledException;
H A DEdit.php6 use dokuwiki\Action\Exception\ActionAbort;
H A DExport.php5 use dokuwiki\Action\Exception\ActionAbort;
H A DSearch.php5 use dokuwiki\Action\Exception\ActionAbort;
/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/inc/
H A DPassHash.php98 throw new \Exception('This PHP installation has no ' . strtoupper($m[1]) . ' support');
401 * @throws \Exception
415 throw new \Exception("Too high iteration count ($iter) in " .
466 * @throws Exception
488 * @throws Exception
505 * @throws \Exception
563 * @throws Exception when PHP is missing support for the method/algo
580 throw new Exception('This PHP installation has no PBKDF2 support');
583 throw new Exception("This PHP installation has no $algo support");
600 * @throws \Exception whe
[all...]
H A DInfo.php17 * @throws \Exception
41 throw new \Exception('failed to parse version string');
H A DErrorHandler.php5 use dokuwiki\Exception\FatalException;
52 * Default Exception handler to show a nice user message before dieing
85 * Convenience method to display an error message for the given Exception
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php117 * @throws Exception
143 throw new Exception('Only one fluid column allowed!');
146 throw new Exception("unknown column format $col");
167 throw new Exception("Wanted column widths exceed available space");
187 * @throws Exception
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php7 use Exception; alias
27 * @throws Exception when user or style is empty
51 throw new Exception('no subscription user given');
54 throw new Exception('no subscription style given');
79 * @throws Exception
108 * @throws Exception
162 * @throws Exception
227 * @throws Exception
/dokuwiki/inc/Remote/
H A DXmlRpcServer.php7 use IXR\Exception\ServerException;
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php42 * @throws Exception if parsing fails
244 * @throws Exception
252 throw new Exception($msg);
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md21 Operations can be chained together. Consider the chain to be one command. Do not reuse the adapter returned by `run()`, it is a single use object. All operations can potentially throw a `\splitbrain\slika\Exception`.
27 use \splitbrain\slika\Exception;
38 } catch (Exception $e) {
/dokuwiki/vendor/simplepie/simplepie/src/
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 '.
/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/Server/
H A DServer.php7 use IXR\Exception\ServerException;
/dokuwiki/lib/plugins/extension/
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
H A Dadmin.php153 } catch (Exception $e) {
/dokuwiki/
H A Dinstall.php160 } catch (Exception $e) {
370 * @throws Exception
617 } catch (Exception $th) {
618 // If an appropriate source of randomness cannot be found, an Exception will be thrown by PHP 7+
/dokuwiki/lib/plugins/config/
H A Dadmin.php62 } catch (Exception $e) {
/dokuwiki/lib/exe/
H A Djs.php13 use splitbrain\JSStrip\Exception as JSStripException;

1234