Home
last modified time | relevance | path

Searched refs:Exception (Results 26 – 50 of 92) sorted by path

1234

/dokuwiki/inc/Action/
H A DRedirect.php5 use dokuwiki\Action\Exception\ActionAbort;
H A DRegister.php6 use dokuwiki\Action\Exception\ActionAbort;
7 use dokuwiki\Action\Exception\ActionDisabledException;
H A DResendpwd.php6 use dokuwiki\Action\Exception\ActionAbort;
7 use dokuwiki\Action\Exception\ActionDisabledException;
H A DRevert.php5 use dokuwiki\Action\Exception\ActionAbort;
6 use dokuwiki\Action\Exception\ActionException;
H A DSave.php5 use dokuwiki\Action\Exception\ActionAbort;
6 use dokuwiki\Action\Exception\ActionException;
H A DSearch.php5 use dokuwiki\Action\Exception\ActionAbort;
H A DSitemap.php5 use dokuwiki\Action\Exception\FatalException;
H A DSubscribe.php5 use dokuwiki\Action\Exception\ActionAbort;
6 use dokuwiki\Action\Exception\ActionDisabledException;
10 use Exception; alias
43 } catch (Exception $e) {
58 * @throws Exception if (un)subscribing fails
105 throw new Exception(
123 * @throws Exception
133 throw new Exception('no subscription target given');
157 throw new Exception($lang['subscr_subscribe_noaddress']);
167 throw new Exception(
[all...]
/dokuwiki/inc/
H A DActionRouter.php7 use dokuwiki\Action\Exception\ActionDisabledException;
8 use dokuwiki\Action\Exception\ActionException;
9 use dokuwiki\Action\Exception\FatalException;
10 use dokuwiki\Action\Exception\NoActionException;
112 } catch (\Exception $e) {
149 * @param \Exception|FatalException $e
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
H A DInfo.php17 * @throws \Exception
41 throw new \Exception('failed to parse version string');
H A DJpegMeta.php1482 } catch(Exception $e) {
1546 } catch(Exception $e) {
1608 } catch (Exception $e) {
1725 } catch(Exception $e) {
2508 } catch(Exception $e) {
3044 throw new Exception("Requested byte at ".$pos.". Reading outside of file's boundaries.");
3071 throw new Exception("Requested short at ".$pos.". Reading outside of file's boundaries.");
3111 throw new Exception("Requested long at ".$pos.". Reading outside of file's boundaries.");
3162 throw new Exception("Requested null-terminated string at offset ".$pos.". File terminated before the null-byte.");
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 Dcommon.php211 * @throws Exception
1901 * @throws Exception
1912 throw new Exception($exc);
H A Ddeprecated.php417 * @throws Exception when user or style is empty
H A Dmedia.php12 use splitbrain\slika\Exception;
1803 } catch (Exception $e) {
H A Dtemplate.php11 use dokuwiki\Action\Exception\FatalException;
/dokuwiki/inc/Exception/
H A DFatalException.php3 namespace dokuwiki\Exception;
6 * Fatal Errors are converted into this Exception in out Shutdown handler
/dokuwiki/inc/HTTP/
H A DHTTPClientException.php5 use Exception; alias
7 class HTTPClientException extends Exception
/dokuwiki/inc/Remote/
H A DRemoteException.php8 class RemoteException extends \Exception
H A DXmlRpcServer.php7 use IXR\Exception\ServerException;
/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
H A DSubscriberRegexBuilder.php5 use Exception; alias
17 * @throws Exception when no data is passed
49 throw new Exception('no data passed');
/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/exe/
H A Dcss.php222 } catch (Exception $e) {

1234