Home
last modified time | relevance | path

Searched refs:Exception (Results 101 – 125 of 2287) sorted by relevance

12345678910>>...92

/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DNotConvertibleException.php3 * Exception thrown if a visitor finds something that it can not use.
9 namespace PhpCss\Exception {
11 use Exception; alias
15 * Exception thrown if a visitor finds something that it can not use.
18 extends Exception
/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DDriverServerDiedException.php3 namespace Facebook\WebDriver\Exception;
10 public function __construct(\Exception $previous = null)
13 \Exception::__construct($this->getMessage(), $this->getCode(), $previous);
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php5 use Exception; alias
184 * @throws Exception
209 if ($reason instanceof Exception) {
212 throw new Exception($reason);
215 throw new Exception('Promise was rejected with reason of type: ' . $type);
275 } catch (Exception $e) {
/plugin/structnotification/helper/
H A Ddb.php31 * @throws Exception
39 throw new \Exception('Couldn\'t load sqlite.');
46 throw new \Exception('Couldn\'t load PDO sqlite.');
56 throw new \Exception('Couldn\'t init sqlite.');
/plugin/notification/helper/
H A Ddb.php31 * @throws Exception
39 throw new \Exception('Couldn\'t load sqlite.');
46 throw new \Exception('Couldn\'t load PDO sqlite.');
56 throw new \Exception('Couldn\'t init sqlite.');
/plugin/batchedit/
H A Dserver.php41 catch (Exception $error) {
53 throw new Exception('Access denied');
62 throw new Exception('Invalid session identifier');
86 throw new Exception('Progress unknown');
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DCHANGELOG.md24 * Test: Write test suite of `Hoa\Exception\Group`. (Ivan Enderlin, 2015-11-18T08:28:04+01:00)
25 * Test: Write test suite of `Hoa\Exception\Error`. (Ivan Enderlin, 2015-11-17T22:30:14+01:00)
26 * Test: Write test suite of `…\Exception\Exception`. (Ivan Enderlin, 2015-11-17T22:03:31+01:00)
27 * Test: Write test suite of `Hoa\Exception\Idle`. (Ivan Enderlin, 2015-11-17T21:41:07+01:00)
/plugin/bureaucracy-au/helper/
H A Dfieldfile.php58 * @throws Exception max size, required or upload error
66 …throw new Exception(sprintf($lang['uploadsize'],filesize_h(php_to_byte(ini_get('upload_max_filesiz…
69 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
72 …throw new Exception(hsc($this->opt['label']) .' '. $lang['uploadfail'] . ' (' .$file['error'] . ')…
/plugin/bureaucracyau/helper/
H A Dfieldfile.php58 * @throws Exception max size, required or upload error
66 …throw new Exception(sprintf($lang['uploadsize'],filesize_h(php_to_byte(ini_get('upload_max_filesiz…
69 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
72 …throw new Exception(hsc($this->opt['label']) .' '. $lang['uploadfail'] . ' (' .$file['error'] . ')…
/plugin/bureaucracy/helper/
H A Dfieldfile.php58 * @throws Exception max size, required or upload error
66 …throw new Exception(sprintf($lang['uploadsize'],filesize_h(php_to_byte(ini_get('upload_max_filesiz…
69 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
72 …throw new Exception(hsc($this->opt['label']) .' '. $lang['uploadfail'] . ' (' .$file['error'] . ')…
/plugin/watchcycle/helper/
H A Ddb.php31 * @throws Exception
39 throw new \Exception('Couldn\'t load sqlite.');
46 throw new \Exception('Couldn\'t load PDO sqlite.');
56 throw new \Exception('Couldn\'t init sqlite.');
/plugin/bez/helper/
H A Ddb.php26 * @throws Exception
32 if(defined('DOKU_UNITTEST')) throw new \Exception('Couldn\'t load sqlite.');
37 if(defined('DOKU_UNITTEST')) throw new \Exception('Couldn\'t load PDO sqlite.');
45 if(defined('DOKU_UNITTEST')) throw new \Exception('Couldn\'t init sqlite.');
54 * @param bool $throw throw an Exception when sqlite not available?
64 throw new \Exception('no sqlite');
/plugin/xfortune/
H A Dhelper.php58 * @throws Exception
65 …if(auth_quickaclcheck($cookieID) < AUTH_READ) throw new Exception("No read permissions for $cookie…
70 if(!count($files)) throw new Exception("Could not find fortune files in $cookieID");
75 if(!file_exists($file)) throw new Exception("No fortune file at $cookieID");
89 } catch(Exception $e) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php44 …if ($name == '.' || $name == '..') throw new DAV\Exception\Forbidden('Permission denied to . and .…
66 …if ($name == '.' || $name == '..') throw new DAV\Exception\Forbidden('Permission denied to . and .…
87 if (!file_exists($path)) throw new DAV\Exception\NotFound('File could not be located');
88 …if ($name == '.' || $name == '..') throw new DAV\Exception\Forbidden('Permission denied to . and .…
111 throw new DAV\Exception\Forbidden('Permission denied to . and ..');
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DNonceTrait.php14 use Exception; alias
15 use FreeDSx\Sasl\Exception\SaslException;
37 } catch (Exception $e) {
/plugin/infomail/
H A Daction.php47 } catch (\Exception $e) {
115 * @throws Exception when something went wrong
126 throw new \Exception('Wrong Captcha');
130 throw new \Exception('Security token did not match');
152 if (!$all_recipients) throw new \Exception($this->getLang('novalid_rec'));
156 if ($s_name === '') throw new \Exception($this->getLang('err_sendername'));
160 if (!mail_isvalid($s_email)) throw new \Exception($this->getLang('err_sendermail'));
167 if ($id === '' || !page_exists($id)) throw new \Exception($this->getLang('err_page'));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php117 * @param Exception $e
120 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
168 * @param Exception $e
171 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
185 * @param Exception $e
188 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
202 * @param Exception $e
205 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DException.php39 use Hoa\Exception as HoaException;
40 use Hoa\Stream\Exception as SUT;
51 class Exception extends Test\Unit\Suite class
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DException.php40 use Hoa\Stream\Filter\Exception as SUT;
51 class Exception extends Test\Unit\Suite class
59 ->isInstanceOf(LUT\Exception::class);
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/
H A DFinalStateHasNotBeenReached.php37 namespace Hoa\Compiler\Test\Unit\Exception;
40 use Hoa\Compiler\Exception\FinalStateHasNotBeenReached as SUT;
59 ->isInstanceOf(LUT\Exception::class);
H A DLexer.php37 namespace Hoa\Compiler\Test\Unit\Exception;
40 use Hoa\Compiler\Exception\Lexer as SUT;
59 ->isInstanceOf(LUT\Exception::class);
H A DRule.php37 namespace Hoa\Compiler\Test\Unit\Exception;
40 use Hoa\Compiler\Exception\Rule as SUT;
59 ->isInstanceOf(LUT\Exception::class);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/
H A DException.php40 use Hoa\Stream\Wrapper\Exception as SUT;
51 class Exception extends Test\Unit\Suite class
59 ->isInstanceOf(LUT\Exception::class);
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Sampler/
H A DException.php40 use Hoa\Compiler\Llk\Sampler\Exception as SUT;
51 class Exception extends Test\Unit\Suite class
59 ->isInstanceOf(LUT\Exception::class);
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DException.php20 use Google\Exception as GoogleException;
22 class Exception extends GoogleException class
42 Exception $previous = null,

12345678910>>...92