Home
last modified time | relevance | path

Searched refs:Exception (Results 276 – 300 of 2287) sorted by relevance

1...<<11121314151617181920>>...92

/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php5 use Exception; alias
126 * @throws Exception
136 throw new Exception(
153 throw new Exception(
/plugin/combo/ComboStrap/
H A DFetcherScreenshot.php7 use Facebook\WebDriver\Exception\NoSuchElementException;
8 use Facebook\WebDriver\Exception\TimeoutException;
9 use Facebook\WebDriver\Exception\UnsupportedOperationException;
10 use Facebook\WebDriver\Exception\WebDriverCurlException;
H A DImageSystem.php7 use Exception; alias
44 } catch (Exception $e) {
68 } catch (\Exception $e) {
/plugin/structpublish/helper/
H A Dnotify.php27 * @throws Exception
88 * @throws Exception
114 * @throws Exception
121 throw new \Exception('Auth cannot fetch users by group.');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2731/
H A DIssue2731Test.php6 $this->expectException(Exception::class);
9 throw new Exception('message');
/plugin/approve/action/
H A Dapprove.php
/plugin/adfs/phpsaml/lib/Saml2/
H A DMetadata.php185 * @throws Exception
202 * @throws Exception
212 throw new Exception('Error parsing metadata');
214 } catch (Exception $e) {
215 throw new Exception('Error parsing metadata. '.$e->getMessage());
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLexer.php160 ->isInstanceOf(LUT\Exception\UnrecognizedToken::class)
301 ->isInstanceOf(LUT\Exception\Lexer::class)
327 ->isInstanceOf(LUT\Exception\Lexer::class)
414 ->isInstanceOf(LUT\Exception\Lexer::class)
492 ->isInstanceOf(LUT\Exception\UnrecognizedToken::class)
/plugin/ireadit/
H A Dhelper.php87 } catch (Exception $e) {
117 } catch (Exception $e) {
140 } catch (Exception $e) {
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php340 throw new Exception('Failure encrypting Data');
344 throw new Exception('Failure encrypting Data');
353 throw new Exception('Failure decrypting Data');
357 throw new Exception('Failure decrypting Data');
621 throw new Exception('Invalid Canonical Method');
902 throw new Exception("Reference nodes not found");
919 throw new Exception("Reference nodes not found");
1068 } catch (Exception $e) {
1197 throw new Exception('Invalid parent Node parameter');
1586 throw new Exception("Key is not Encrypted");
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DLazyDouble.php14 use Prophecy\Exception\Doubler\DoubleException;
15 use Prophecy\Exception\Doubler\ClassNotFoundException;
16 use Prophecy\Exception\Doubler\InterfaceNotFoundException;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DDeviantArt.php5 use OAuth\Common\Exception\Exception; alias
7 use OAuth\Common\Http\Exception\TokenResponseException;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2382/
H A DIssue2382Test.php11 $this->assertInstanceOf(\Exception::class, $test);
18 $this->getMockBuilder(\Exception::class)->getMock()
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DNode.php37 throw new Exception\Forbidden('Permission denied to delete node');
50 throw new Exception\Forbidden('Permission denied to rename file');
H A DException.php18 class Exception extends \Exception { class
H A DFile.php27 throw new Exception\Forbidden('Permission denied to change data');
40 throw new Exception\Forbidden('Permission denied to read this file');
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DException.php18 class Exception extends \Exception { class
H A DFile.php39 throw new Exception\Forbidden('Permission denied to change data');
52 throw new Exception\Forbidden('Permission denied to read this file');
/plugin/structodt/
H A Dhelper.php49 * @throws Exception
55 throw new \Exception("could not create tmp dir - bad permissions?", -1);
69 throw new \Exception("Cannot open: $content_file");
104 * @throws Exception
115 throw new \Exception("PDF conversion error($result_code): " . implode('<br>', $output), -1);
133 throw new \Exception("PDF concatenation error($result_code): " . implode('<br>', $output), -1);
341 * @throws Exception
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysql.php101 * @throws Exception
108 throw new Exception('PHP not compiled with mysql support.');
114 throw new Exception('mysql_pconnect() failed - check permissions and spelling.');
119 throw new Exception('Cannot use database '.$database);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto20.php215 } catch (Exception $e) {
260 } catch (Exception $e) {
316 } catch (Exception $e) {
377 } catch (Exception $e) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/244/
H A DIssue244Test.php41 class Issue244Exception extends Exception
49 class Issue244ExceptionIntCode extends Exception
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Exception/
H A DHttpException.php3 namespace GeoIp2\Exception;
19 \Exception $previous = null
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php131 } catch (\Exception $e) {
171 } catch (\Exception $e) {
232 throw new \Exception(
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAbstractTransport.php6 use Elastica\Exception\ConnectionException;
7 use Elastica\Exception\InvalidException;
8 use Elastica\Exception\ResponseException;

1...<<11121314151617181920>>...92