Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 198) sorted by relevance

12345678

/dokuwiki/vendor/splitbrain/lesserphp/src/Utils/
H A DAsserts.php5 use Exception; alias
12 * @throws Exception
20 throw new Exception('expecting list');
29 throw new Exception("{$name}expecting $expectedArgs arguments, got $numValues");
39 * @throws Exception
44 throw new Exception('expecting list');
53 … throw new Exception("$name expecting at least $expectedMinArgs arguments, got $numValues");
64 * @throws Exception
69 throw new Exception($error);
73 * @throws Exception
[all …]
/dokuwiki/lib/plugins/extension/
H A DInstaller.php74 * @throws Exception
89 * @throws Exception
95 throw new Exception('error_nourl', [$extension->getId()]);
105 * @throws Exception
121 * @throws Exception
127 throw new Exception('msg_upload_failed', [$_FILES[$field]['error']]);
133 throw new Exception('msg_upload_failed', ['move failed']);
146 * @throws Exception
194 * @throws Exception
199 throw new Exception('error_notinstalled', [$extension->getId()]);
[all …]
H A DRepository.php49 * @throws Exception
59 throw new Exception('nossl');
68 throw new Exception('repo_error');
71 throw new Exception('repo_badresponse');
82 * @throws Exception
97 throw new Exception('repo_error');
113 throw new Exception('repo_badresponse', 0, $e);
128 * @throws Exception
166 * @throws Exception
181 * @throws Exception
[all …]
/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/
H A DMath.php5 use Exception; alias
46 * @throws Exception
58 * @throws Exception
70 * @throws Exception
82 * @throws Exception
100 * @throws Exception
111 * @throws Exception
122 * @throws Exception
133 * @throws Exception
145 * @throws Exception
[all …]
H A DColorChannels.php5 use Exception; alias
39 * @throws Exception
51 * @throws Exception
63 * @throws Exception
78 * @throws Exception
87 * @throws Exception
96 * @throws Exception
123 * @throws Exception
H A DColorOperation.php5 use Exception; alias
43 * @throws Exception
58 * @throws Exception
73 * @throws Exception
88 * @throws Exception
103 * @throws Exception
116 * @throws Exception
130 * @throws Exception
143 * @throws Exception
162 * @throws Exception
[all …]
H A DColorDefinition.php5 use Exception; alias
38 * @throws Exception
57 * @throws Exception
/dokuwiki/inc/
H A DJWT.php51 throw new \Exception('Invalid JWT signature');
57 } catch (\Exception $e) {
58 throw new \Exception('Invalid JWT', $e->getCode(), $e);
62 throw new \Exception('Invalid JWT');
66 throw new \Exception('Unsupported JWT algorithm');
69 throw new \Exception('Unsupported JWT type');
72 throw new \Exception('Unsupported JWT issuer');
75 throw new \Exception('JWT expired');
81 throw new \Exception('JWT not found, maybe it expired?');
85 throw new \Exception('JWT invalid, maybe it expired?');
[all …]
/dokuwiki/inc/Action/
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(
/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/splitbrain/php-jsstrip/src/
H A DException.php5 class Exception extends \Exception class
/dokuwiki/vendor/splitbrain/slika/src/
H A DException.php9 class Exception extends \Exception class
H A DImageMagickAdapter.php20 throw new Exception('Can not find or run ' . $this->options['imconvert']);
39 throw new Exception('Unknown rotation given');
61 * @throws Exception
66 throw new Exception('You can not resize to 0x0');
80 * @throws Exception
85 throw new Exception('You can not crop to 0x0');
105 * @throws Exception
127 throw new Exception('ImageMagick returned non-zero exit code for ' . $cmd);
H A DGdAdapter.php39 * @throws Exception
74 * @throws Exception
80 throw new Exception('Unknown rotation given');
123 * @throws Exception
134 * @throws Exception
145 * @throws Exception
157 throw new Exception('Can not save image format ' . $extension);
174 * @throws Exception
181 throw new Exception('Failed to read image information');
190 throw new Exception('Can not work with image format ' . $this->extension);
[all …]
H A DAdapter.php22 * @throws Exception
27 throw new Exception('image file does not exist');
31 throw new Exception('image file is not readable');
/dokuwiki/inc/HTTP/
H A DHTTPClientException.php5 use Exception; alias
7 class HTTPClientException extends Exception
/dokuwiki/inc/Action/Exception/
H A DNoActionException.php3 namespace dokuwiki\Action\Exception;
13 class NoActionException extends \Exception
H A DFatalException.php3 namespace dokuwiki\Action\Exception;
15 class FatalException extends \Exception
/dokuwiki/vendor/simplepie/simplepie/src/
H A DException.php47 use Exception as NativeException;
54 class Exception extends NativeException class
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php41 * @throws Exception when arguments can't be read
113 * @throws Exception
118 throw new Exception("Command $command not registered");
135 * @throws Exception
140 throw new Exception("Command $command already registered");
159 * @throws Exception
164 throw new Exception("Command $command not registered");
175 throw new Exception("Short options should be exactly one ASCII character");
189 * @throws Exception
204 throw new Exception("Not enough arguments", Exception::E_OPT_ARG_REQUIRED);
[all …]
H A DColors.php113 * @throws Exception
128 * @throws Exception
140 * @throws Exception
148 throw new Exception("No such color $color");
159 * @throws Exception
171 * @throws Exception
H A DException.php14 class Exception extends \RuntimeException class
28 public function __construct($message = "", $code = 0, \Exception $previous = null)
/dokuwiki/_test/tests/general/
H A Dgeneral_languagelint.test.php36 * @throws Exception
41 throw new Exception("$file does not start with '<?php' - check for BOM");
44 throw new Exception("$file ends with '?>' - remove it!");
/dokuwiki/.github/
H A Drelease.php91 …throw new \splitbrain\phpcli\Exception('Invalid release type. Use one of ' . join(', ', self::TYPE…
104 throw new \splitbrain\phpcli\Exception('Invalid date format, use YYYY-MM-DD');
108 … throw new \splitbrain\phpcli\Exception('Date must be equal or later than the last release');
112 throw new \splitbrain\phpcli\Exception(
118 … throw new \splitbrain\phpcli\Exception('Codename must be different from the last release');
146 throw new \Exception('Could not find $updateVersion in doku.php');
156 * @throws Exception
166 throw new \Exception('Could not find $updateVersion in doku.php');

12345678