Home
last modified time | relevance | path

Searched refs:Exception (Results 151 – 175 of 2287) sorted by relevance

12345678910>>...92

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestListenerTest.php23 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
38 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
43 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
48 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
/plugin/twofactortelegram/
H A Daction.php69 } catch (\Exception $e) {
82 if (!$chat_id) throw new \Exception($this->getLang('codesentfail'));
83 if (!$token) throw new \Exception($this->getLang('codesentfail'));
90 if (!$result) throw new \Exception($this->getLang('codesentfail'));
/plugin/jmol2/jmol/
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/youtracklinks/
H A Dsyntax.php87 throw new Exception("Helper missing.");
90 throw new Exception("youTrack Issue not found: $match.");
94 } catch (Exception $e) {
/plugin/achart/
H A Dsyntax.php118 throw new \Exception('Chart cannot be displayed ! Failed to fetch remote CSV file');
119 } catch (\Exception $e) {
128 throw new \Exception('Chart cannot be displayed ! Access denied to CSV file');
130 throw new \Exception('Chart cannot be displayed ! Requested local CSV file does not exist');
131 } catch (\Exception $e) {
/plugin/statistics/inc/
H A DBrowscap.php209 * @throws Exception
217 throw new Exception(
226 throw new Exception(
254 * @throws Exception
285 } catch (Exception $e) {
301 throw new Exception("Cannot load this cache version - the cache format is not compatible.");
787 * @throws Exception
832 throw new Exception("Could not write .ini content to $path");
842 * @throws Exception
851 throw new Exception("Ba
[all...]
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
H A DFilter.php113 throw new Exception('Filter %s is already registered.', 0, $name);
121 throw new Exception(
129 throw new Exception(
228 throw new Exception(
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Exception/
H A DFilterException.php12 namespace Assetic\Exception;
21 class FilterException extends \RuntimeException implements Exception
43 public function __construct($message, $code = 0, \Exception $previous = null)
H A DException.php12 namespace Assetic\Exception;
19 interface Exception interface
/plugin/bureaucracy/helper/
H A Dactiontemplate.php24 * @throws Exception
61 throw new Exception(sprintf($this->getLang('e_template'), $tpl));
79 * @throws Exception missing pagename
96 throw new Exception($this->getLang('e_pagename'));
240 * @throws Exception
246 throw new Exception(sprintf($this->getLang('e_pageexists'), html_wikilink($pname)));
251 throw new Exception($this->getLang('e_denied'));
387 * @throws Exception
420 if(is_array($res)) throw new Exception($res[0]);
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php80 * @throws Exception
95 throw new Exception(
120 * @throws Exception
184 * @throws Exception
765 * @throws Exception
775 throw new Exception(
811 * @throws Exception
897 * @throws Exception
1054 * @throws Exception
1278 * @throws Exception
[all …]
/plugin/findologicxmlexport/vendor/hoa/event/
H A DEvent.php124 throw new Exception(
133 throw new Exception(
143 throw new Exception(
232 throw new Exception(
H A DCHANGELOG.md22 * Exception: Use `Hoa\Exception`. (Ivan Enderlin, 2015-11-20T07:40:34+01:00)
27 * Exception: Use `Hoa\Exception`. (Ivan Enderlin, 2015-11-20T07:40:34+01:00)
36 * Test: Write test suite for `Hoa\Event\Exception`. (Ivan Enderlin, 2015-11-11T16:46:12+01:00)
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCoroutine.php5 use Exception; alias
72 } catch (\Exception $exception) {
146 } catch (Exception $exception) {
163 } catch (Exception $exception) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DRequest.php5 use Elastica\Exception\ConnectionException;
6 use Elastica\Exception\InvalidException;
7 use Elastica\Exception\ResponseException;
145 * @throws Exception\InvalidException If no valid connection was set
/plugin/sfauth/
H A Dhelper.php76 } catch (Exception $e) {
138 if(!$this->authdata) throw new Exception('No auth data to make API call');
249 if(!$this->authdata) throw new Exception('No auth data to refresh oauth token');
348 * @throws Exception
357 throw new Exception('No such user');
364 throw new Exception('No such user');
374 * @throws Exception
378 if(!$this->user) throw new Exception('No user info to save');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/
H A DResponseException.php3 namespace Elastica\Exception\Bulk;
6 use Elastica\Exception\Bulk\Response\ActionException;
7 use Elastica\Exception\BulkException;
25 * Construct Exception.
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverCommandExecutor.php5 use Facebook\WebDriver\Exception\DriverServerDiedException;
6 use Facebook\WebDriver\Exception\WebDriverException;
31 * @throws \Exception
48 } catch (\Exception $e) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php5 use Sabre\DAV\Exception\BadRequest;
143 } catch (\Exception $e) {
255 } catch (Exception\NotImplemented $e) {
461 throw new Exception\BadRequest('Content-Range on PUT requests are forbidden.');
511 … if (!($node instanceof IFile)) throw new Exception\Conflict('PUT is not allowed on non-files.');
563 …throw new Exception\UnsupportedMediaType('The request body for the MKCOL request must have an xml …
570 throw new Exception\BadRequest($e->getMessage(), null, $e);
576 … throw new Exception\BadRequest('The mkcol request must include a {DAV:}resourcetype property');
721 throw new Exception\ReportNotSupported();
910 * @param Exception $e
[all …]
/plugin/struct/helper/
H A Ddb.php23 * @throws Exception
40 * @param bool $throw throw an Exception when sqlite not available or fails to load
42 * @throws Exception
54 } catch (\Exception $exception) {
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php101 throw new Exception(
114 throw new Exception(
524 throw new Exception(
540 throw new Exception(
554 throw new Exception(
575 throw new Exception(
635 throw new Exception(
/plugin/authgoogle/google/
H A DGoogle_Client.php21 throw new Exception('Google PHP API Client requires the JSON PHP extension');
25 throw new Exception('Google PHP API Client requires http_build_query()');
425 class Google_Exception extends Exception {}
440 * @param Exception|null $previous
444 public function __construct($message, $code = 0, Exception $previous = null,
/plugin/combo/vendor/php-webdriver/webdriver/lib/Net/
H A DURLChecker.php5 use Exception; alias
6 use Facebook\WebDriver\Exception\TimeoutException;
67 } catch (Exception $e) {
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php171 throw new Exception(
199 throw new Exception(
208 throw new Exception(
226 throw new Exception(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php2 namespace GuzzleHttp\Exception;
27 \Exception $previous = null,
48 public static function wrapException(RequestInterface $request, \Exception $e)
68 \Exception $previous = null,

12345678910>>...92