Home
last modified time | relevance | path

Searched refs:Exception (Results 401 – 425 of 2287) sorted by relevance

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

/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/database2/
H A Ddatabase2.php818 catch ( Exception $e )
3491 * @throws Exception
3900 catch ( Exception $e )
4144 * @throws Exception
4222 throw new Exception( $this->getLang( 'idnoid' ) );
4231 * @throws Exception
4262 * @throws Exception
4537 * @throws Exception
4613 * @throws Exception
5010 catch ( Exception $e )
[all …]
/plugin/webdav/core/DAV/
H A DAbstractFile.php42 throw new DAV\Exception\Forbidden('You are not allowed to access this file');
70 throw new DAV\Exception\Forbidden('Permission denied to rename file');
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/
H A DWrapper.php65 throw new Exception(
73 throw new Exception(
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DEncoderInterface.php13 use FreeDSx\Asn1\Exception\EncoderException;
14 use FreeDSx\Asn1\Exception\PartialPduException;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DLocked.php3 namespace Sabre\DAV\Exception;
16 class Locked extends DAV\Exception {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DLocked.php3 namespace Sabre\DAV\Exception;
16 class Locked extends DAV\Exception {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/
H A DHttpException.php3 namespace Elastica\Exception\Connection;
5 use Elastica\Exception\ConnectionException;
24 * Construct Exception.
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverSelectInterface.php5 use Facebook\WebDriver\Exception\NoSuchElementException;
6 use Facebook\WebDriver\Exception\UnsupportedOperationException;
/plugin/icalevents/
H A Dsyntax-impl.php154 } catch (Exception $e) {
161 } catch (Exception $e) {
178 } catch (Exception $e) {
194 } catch (Exception $e) {
223 } catch (Exception $e) {
389 throw new Exception($error);
396 throw new Exception($error);
/plugin/gitbacked/lib/
H A DGit.php159 …throw new Exception(self::handle_create_new_error($repo_path, $reference, '"'.$repo_path.'" is alr…
165 …throw new Exception(self::handle_create_new_error($repo_path, $reference, '"'.$reference.'" is not…
233 …throw new Exception($this->handle_repo_path_error($repo_path, '"'.$repo_path.'" is not a git repos…
237 …throw new Exception($this->handle_repo_path_error($repo_path, '"'.$repo_path.'" is not a directory…
246 …throw new Exception($this->handle_repo_path_error($repo_path, 'cannot create repository in non-exi…
249 … throw new Exception($this->handle_repo_path_error($repo_path, '"'.$repo_path.'" does not exist'));
340 …throw new Exception($this->handle_command_error($this->repo_path, $cwd, $command, $status, $error_…
/plugin/webdav/core/Plugin/
H A DException.php17 class Exception extends ServerPlugin class
38 * @param Exception|Error $e
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php51 … throw new DAV\Exception('Malformed htdigest file. Every line should contain 2 colons');
56 throw new DAV\Exception('Malformed htdigest file. Invalid md5 hash');
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DError.php37 namespace Hoa\Exception;
47 class Error extends Exception
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php51 … throw new DAV\Exception('Malformed htdigest file. Every line should contain 2 colons');
56 throw new DAV\Exception('Malformed htdigest file. Invalid md5 hash');
/plugin/ebnf/
H A Debnf.php82 } catch (Exception $e) {
269 throw new Exception("Invalid token at position: $i");
290 throw new Exception("Syntax must start with '{': {$token['pos']}");
296 throw new Exception("Syntax must end with '}': ".$tokens[count($tokens)-1]['pos']);
310 throw new Exception("Production must start with an identifier'{': {$token['pos']}");
315 throw new Exception("Identifier must be followed by '=': {$token['pos']}");
320 throw new Exception("Rule must end with '.' or ';' : {$token['pos']}");
361 throw new Exception("Group must end with ')': {$token['pos']}");
368 throw new Exception("Option must end with ']': {$token['pos']}");
375 throw new Exception("Loo
[all...]
/plugin/move/helper/
H A Dplan.php251 * @throws Exception
254 if($this->options['committed']) throw new Exception('plan is committed already, can not be added to');
285 * @throws Exception if you try to commit a plan twice
291 if($this->options['committed']) throw new Exception('plan is committed already, can not be committed again');
360 * @throws Exception
363 if(!$this->options['committed']) throw new Exception('plan is not committed yet!');
569 * @throws Exception
573 throw new Exception('wrong type specified');
685 * @throws Exception
695 throw new Exception('Unknow
[all...]
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DWrite.php90 throw new File\Exception(
101 throw new File\Exception\FileDoesNotExist(
124 throw new File\Exception(
/plugin/rrdgraph/
H A Daction.php117 * @throws Exception
129 if ($rrdGraphHelper === null) throw new Exception("rrdgraph helper not found.");
152 * @throws Exception
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DWrite.php89 throw new File\Exception(
100 throw new File\Exception\FileDoesNotExist(
123 throw new File\Exception(
/plugin/findologicxmlexport/vendor/hoa/file/
H A DWrite.php89 throw new Exception(
101 throw new Exception\FileDoesNotExist(
124 throw new Exception(
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DDesiredCapabilities.php5 use Exception; alias
155 * @throws Exception
163 throw new Exception(
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DParser.php12 use PhpCss\Exception\ParserException;
264 return new Exception\UnexpectedEndOfFileException($expectedTokens);
268 return new Exception\TokenMismatchException($this->_tokens[$position], $expectedTokens);
/plugin/bez/mdl/
H A DTask_commentFactory.php16 * @throws \Exception
64 } catch(Exception $exception) {
84 } catch(Exception $exception) {
106 } catch(Exception $exception) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php112 …throw new DAV\Exception\ReportNotSupported('The {DAV:}sync-collection REPORT is not supported on t…
116 … throw new DAV\Exception\ReportNotSupported('No sync information is available at this node');
123 throw new DAV\Exception\InvalidSyncToken('Invalid or unknown sync token');
133 throw new DAV\Exception\InvalidSyncToken('Invalid or unknown sync token');

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