Home
last modified time | relevance | path

Searched refs:Exception (Results 351 – 375 of 2287) sorted by relevance

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

/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php87 throw new Exception(
98 throw new Exception\FileDoesNotExist(
130 throw new Exception(
H A DReadWrite.php93 throw new Exception(
105 throw new Exception\FileDoesNotExist(
137 throw new Exception(
255 throw new Exception(
/plugin/crypto/
H A Daction.php68 throw new Exception("Crypt Error");
96 } catch (Exception $e) {
120 } catch (Exception $e) {
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php88 throw new File\Exception(
99 throw new File\Exception\FileDoesNotExist(
131 throw new File\Exception(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DClientQueue.php15 use FreeDSx\Asn1\Exception\EncoderException;
16 use FreeDSx\Asn1\Exception\PartialPduException;
17 use FreeDSx\Ldap\Exception\ProtocolException;
18 use FreeDSx\Ldap\Exception\RuntimeException;
19 use FreeDSx\Ldap\Exception\UnsolicitedNotificationException;
24 use FreeDSx\Socket\Exception\ConnectionException;
/plugin/oauth/
H A Dhelper.php109 * @param Exception $e
112 public function showException(Exception $e, $friendly = '')
121 if ($e instanceof \dokuwiki\plugin\oauth\Exception) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Exception/
H A DIllegalToken.php37 namespace Hoa\Compiler\Exception;
47 class IllegalToken extends Exception
H A DUnrecognizedToken.php37 namespace Hoa\Compiler\Exception;
47 class UnrecognizedToken extends Exception
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/Exception/
H A DSeekExceptionTest.php2 namespace GuzzleHttp\Tests\Stream\Exception;
4 use GuzzleHttp\Stream\Exception\SeekException;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php6 use Sabre\DAV\Exception\BadRequest;
7 use Sabre\DAV\Exception\Forbidden;
8 use Sabre\DAV\Exception\NotAuthenticated;
9 use Sabre\DAV\Exception\NotFound;
12 use Sabre\DAVACL\Exception\NeedPrivileges;
1104 …throw new DAV\Exception('The group-member-set property MUST be an instance of Sabre\DAV\Property\H…
1172 throw new DAV\Exception\BadRequest('XML body expected in ACL request');
1185 throw new DAV\Exception\MethodNotAllowed('This node does not support the ACL method');
1228 …throw new Exception\NotRecognizedPrincipal('The specified principal (' . $newAce['principal'] . ')…
1231 …throw new Exception\NotRecognizedPrincipal('The specified uri (' . $newAce['principal'] . ') is no…
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DReferralException.php12 namespace FreeDSx\Ldap\Exception;
14 use Exception;
23 class ReferralException extends Exception
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DBadResponseException.php2 namespace GuzzleHttp\Exception;
16 \Exception $previous = null,
/plugin/statistics/inc/
H A DStatisticsBrowscap.class.php23 * @throws Exception
30 throw new Exception('Your server can\'t connect to external resources. Please update the file manually.');
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLexer.php150 throw new Compiler\Exception\UnrecognizedToken(
215 throw new Compiler\Exception\Lexer(
238 throw new Compiler\Exception\Lexer(
289 throw new Compiler\Exception\Lexer(
/plugin/gitlog/
H A Dsyntax.php73 throw new Exception('no repository set', 1);
99 throw new Exception('repository path not valid >> '.$repository, 1);
134 } catch (Exception $e) {
210 throw new Exception($exceptionmessage, 1);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php4 use GuzzleHttp\Exception\RequestException;
83 } catch (\Exception $e) {
93 $response = $response instanceof \Exception
136 || $value instanceof \Exception
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php66 if (!$obj) throw new DAV\Exception\NotFound('Card not found');
119 … throw new DAV\Exception\MethodNotAllowed('Creating collections in addressbooks is not allowed');
165 throw new DAV\Exception\MethodNotAllowed('Renaming addressbooks is not yet supported');
316 throw new DAV\Exception\MethodNotAllowed('Changing ACL is not yet supported');
/plugin/bureaucracy-au/helper/
H A Dfielddate.php32 * @throws Exception when empty or wrong date format
39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));
H A Dfieldtime.php32 * @throws Exception when empty or wrong time format
39 throw new Exception(sprintf($this->getLang('e_time'),hsc($this->getParam('display'))));
/plugin/bureaucracyau/helper/
H A Dfieldtime.php32 * @throws Exception when empty or wrong time format
39 throw new Exception(sprintf($this->getLang('e_time'),hsc($this->getParam('display'))));
H A Dfielddate.php32 * @throws Exception when empty or wrong date format
39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));
/plugin/webdav/vendor/sabre/xml/lib/
H A DLibXMLException.php33 * @param Exception $previousException
35 function __construct(array $errors, $code = null, Exception $previousException = null) {
/plugin/icalevents/vendor/sabre/xml/lib/
H A DLibXMLException.php33 * @param Exception $previousException
35 function __construct(array $errors, $code = null, Exception $previousException = null) {
/plugin/davcal/vendor/sabre/xml/lib/
H A DLibXMLException.php33 * @param Exception $previousException
35 function __construct(array $errors, $code = null, Exception $previousException = null) {
/plugin/bureaucracy/helper/
H A Dfielddate.php32 * @throws Exception when empty or wrong date format
39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));

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