Home
last modified time | relevance | path

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

1234

/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(
[all...]
H A DProfileDelete.php5 use dokuwiki\Action\Exception\ActionAbort;
6 use dokuwiki\Action\Exception\ActionDisabledException;
H A DProfile.php6 use dokuwiki\Action\Exception\ActionAbort;
7 use dokuwiki\Action\Exception\ActionDisabledException;
H A DRegister.php6 use dokuwiki\Action\Exception\ActionAbort;
7 use dokuwiki\Action\Exception\ActionDisabledException;
H A DAbstractAction.php5 use dokuwiki\Action\Exception\ActionException;
6 use dokuwiki\Action\Exception\FatalException;
61 * Throw an Exception if a different action should be run after this step.
/dokuwiki/vendor/kissifrot/php-ixr/src/Exception/
H A DServerException.php3 namespace IXR\Exception;
6 class ServerException extends \Exception
H A DClientException.php3 namespace IXR\Exception;
6 class ClientException extends \Exception
/dokuwiki/vendor/splitbrain/slika/src/
H A DException.php7 * Exception thrown on all errors during image processing
9 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 DAdapter.php22 * @throws Exception
27 throw new Exception('image file does not exist');
31 throw new Exception('image file is not readable');
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('Ca
[all...]
H A DSlika.php38 * @throws Exception
52 throw new Exception('No suitable Adapter found');
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DException.php5 class Exception extends \Exception class
/dokuwiki/inc/Action/Exception/
H A DNoActionException.php3 namespace dokuwiki\Action\Exception;
11 * @package dokuwiki\Action\Exception
13 class NoActionException extends \Exception
H A DFatalException.php3 namespace dokuwiki\Action\Exception;
13 * @package dokuwiki\Action\Exception
15 class FatalException extends \Exception
22 * @param null|\Exception $previous previous exception
/dokuwiki/inc/HTTP/
H A DHTTPClientException.php5 use Exception; alias
7 class HTTPClientException extends Exception
/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');
/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("No
[all...]
H A DColors.php106 * @throws Exception
121 * @throws Exception
133 * @throws Exception
141 throw new Exception("No such color $color");
152 * @throws Exception
164 * @throws Exception
H A DException.php6 * Class Exception
14 class Exception extends \RuntimeException class
24 * @param string $message The Exception message to throw.
25 * @param int $code The Exception code
26 * @param \Exception $previous The previous exception used for the exception chaining.
28 public function __construct($message = "", $code = 0, \Exception $previous = null)
/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/inc/Subscriptions/
H A DSubscriberRegexBuilder.php5 use Exception; alias
17 * @throws Exception when no data is passed
49 throw new Exception('no data passed');
/dokuwiki/inc/Remote/
H A DRemoteException.php8 class RemoteException extends \Exception
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchiveIllegalCompressionException.php8 class ArchiveIllegalCompressionException extends \Exception
H A DArchiveCorruptedException.php8 class ArchiveCorruptedException extends \Exception

1234