Home
last modified time | relevance | path

Searched refs:Exception (Results 126 – 150 of 2287) sorted by relevance

12345678910>>...92

/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php62 * @throws Exception
74 * @throws Exception
85 * @throws Exception
90 throw new Exception('This has to be run from the command line');
185 * @param \Exception|string $error either an exception or an error message
191 if (is_object($error) && is_a($error, 'Exception')) {
192 /** @var Exception $error */
200 $code = Exception::E_ANY;
/plugin/davcal/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/oauth/
H A DException.php11 class Exception extends \OAuth\Common\Exception\Exception class
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCall.php14 use Exception; alias
38 * @param Exception $exception
43 Exception $exception = null, $file, $line)
90 * @return null|Exception
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestFailure.php27 * @var Exception
79 * @param Exception $e
83 public static function exceptionToString(Exception $e)
134 * @return Exception
/plugin/authenvvars/
H A Dauth.php37 throw new Exception( "userid empty. Please give correct envvar in useridvar." );
43 catch( Exception $e ) {
77 throw new Exception( $groupattr." is not an attribute." );
86 throw new Exception( "Groupvalue is not a string." );
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DAuthHandlerFactory.php22 use Exception; alias
30 * @throws Exception
49 throw new Exception('Version not supported');
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php6 use OAuth\Common\Exception\Exception; alias
9 use OAuth\Common\Http\Exception\TokenResponseException;
12 use OAuth\OAuth2\Service\Exception\InvalidAuthorizationStateException;
13 use OAuth\OAuth2\Service\Exception\InvalidScopeException;
14 use OAuth\OAuth2\Service\Exception\MissingRefreshTokenException;
16 use OAuth\Common\Token\Exception\ExpiredTokenException;
139 * @throws Exception
/plugin/combo/ComboStrap/
H A DExceptionReporter.php13 private \Exception $e;
15 public function __construct(\Exception $e)
21 public static function createForException(\Exception $e): ExceptionReporter
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php9 use OAuth\Common\Exception\Exception; alias
47 * @throws Exception
57 throw new Exception(
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php9 use OAuth\Common\Exception\Exception; alias
47 * @throws Exception
57 throw new Exception(
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/
H A DUnrecognizedToken.php37 namespace Hoa\Compiler\Test\Unit\Exception;
40 use Hoa\Compiler\Exception\UnrecognizedToken as SUT;
63 ->isInstanceOf(LUT\Exception::class)
H A DIllegalToken.php37 namespace Hoa\Compiler\Test\Unit\Exception;
40 use Hoa\Compiler\Exception\IllegalToken as SUT;
63 ->isInstanceOf(LUT\Exception::class)
H A DUnexpectedToken.php37 namespace Hoa\Compiler\Test\Unit\Exception;
40 use Hoa\Compiler\Exception\UnexpectedToken as SUT;
63 ->isInstanceOf(LUT\Exception::class)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php118 * @param Exception $e
121 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
161 * @param Exception $e
164 public function addIncompleteTest(PHPUnit_Framework_Test $test, Exception $e, $time)
189 * @param Exception $e
192 public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
217 * @param Exception $e
220 public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time)
418 * @param Exception $e
422 private function doAddFault(PHPUnit_Framework_Test $test, Exception $e, $time, $type)
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php21 * @throws Exception
47 throw new Exception(sprintf($this->getLang('e_template'), $tpl));
65 * @throws Exception missing pagename
84 throw new Exception($this->getLang('e_pagename'));
196 * @throws Exception
202 throw new Exception(sprintf($this->getLang('e_pageexists'), html_wikilink($pname)));
207 throw new Exception($this->getLang('e_denied'));
341 * @throws Exception
374 if(is_array($res)) throw new Exception($res[0]);
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php21 * @throws Exception
47 throw new Exception(sprintf($this->getLang('e_template'), $tpl));
65 * @throws Exception missing pagename
84 throw new Exception($this->getLang('e_pagename'));
196 * @throws Exception
202 throw new Exception(sprintf($this->getLang('e_pageexists'), html_wikilink($pname)));
207 throw new Exception($this->getLang('e_denied'));
341 * @throws Exception
374 if(is_array($res)) throw new Exception($res[0]);
/plugin/findologicxmlexport/vendor/hoa/math/
H A DContext.php94 throw new Exception\AlreadyDefinedConstant(
116 throw new Exception\UnknownConstant(
148 throw new Exception\UnknownFunction(
173 throw new Exception\UnknownFunction(
217 throw new Exception\UnknownVariable(
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php19 use Exception; alias
72 throw new Exception('Install guzzlehttp/promises to use async with Guzzle 5');
86 } catch (Exception $e) {
101 function (Exception $e) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DSimpleCollection.php45 …if (!($child instanceof INode)) throw new Exception('Only instances of Sabre\DAV\INode are allowed…
85 * @throws Exception\NotFound
91 … throw new Exception\NotFound('File not found: ' . $name . ' in \'' . $this->getName() . '\'');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DSimpleCollection.php45 …if (!($child instanceof INode)) throw new Exception('Only instances of Sabre\DAV\INode are allowed…
85 * @throws Exception\NotFound
91 … throw new Exception\NotFound('File not found: ' . $name . ' in \'' . $this->getName() . '\'');
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPrincipalCollection.php5 use Sabre\DAV\Exception\InvalidResourceType;
6 use Sabre\DAV\Exception\Forbidden;
59 * @throws Exception\InvalidResourceType
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php184 throw new DAV\Exception\ConflictingLock($existingLock);
192 throw new DAV\Exception\ConflictingLock($existingLock);
215 throw new DAV\Exception\Locked(reset($existingLocks));
217 throw new DAV\Exception\BadRequest('An xml body is required for lock requests');
244 } catch (DAV\Exception\NotFound $e) {
280 if (!$lockToken) throw new DAV\Exception\BadRequest('No lock token was supplied');
306 throw new DAV\Exception\LockTokenMatchesRequestUri();
376 else throw new DAV\Exception\BadRequest('Invalid HTTP timeout header');
539 throw new DAV\Exception\Locked(reset($mustLocks));
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php184 throw new DAV\Exception\ConflictingLock($existingLock);
192 throw new DAV\Exception\ConflictingLock($existingLock);
215 throw new DAV\Exception\Locked(reset($existingLocks));
217 throw new DAV\Exception\BadRequest('An xml body is required for lock requests');
244 } catch (DAV\Exception\NotFound $e) {
280 if (!$lockToken) throw new DAV\Exception\BadRequest('No lock token was supplied');
306 throw new DAV\Exception\LockTokenMatchesRequestUri();
376 else throw new DAV\Exception\BadRequest('Invalid HTTP timeout header');
539 throw new DAV\Exception\Locked(reset($mustLocks));

12345678910>>...92