Home
last modified time | relevance | path

Searched refs:Exception (Results 301 – 325 of 2287) sorted by relevance

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

/plugin/bureaucracyau/helper/
H A Dfieldemail.php20 * @throws Exception when empty or not valid email address
27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
/plugin/bureaucracy-au/helper/
H A Dfieldemail.php20 * @throws Exception when empty or not valid email address
27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
/plugin/bureaucracy/helper/
H A Dfieldemail.php20 * @throws Exception when empty or not valid email address
27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DMethodNotAllowed.php3 namespace Sabre\DAV\Exception;
16 class MethodNotAllowed extends DAV\Exception {
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Exception/
H A DInvalidRequestException.php3 namespace GeoIp2\Exception;
21 \Exception $previous = null
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DMethodNotAllowed.php3 namespace Sabre\DAV\Exception;
16 class MethodNotAllowed extends DAV\Exception {
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DException.php39 use Hoa\Consistency\Exception as SUT;
50 class Exception extends Test\Unit\Suite class
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DException.php39 use Hoa\Protocol\Exception as SUT;
50 class Exception extends Test\Unit\Suite class
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DException.php39 use Hoa\Event\Exception as SUT;
50 class Exception extends Test\Unit\Suite class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DRequestHandlerInterface.php14 use FreeDSx\Ldap\Exception\OperationException;
15 use FreeDSx\Ldap\Exception\UnsolicitedNotificationException;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php7 use Sabre\DAV\Exception\BadRequest;
196 throw new Exception\NeedPrivileges($uri, $privileges);
214 throw new Exception\NeedPrivileges($uri, $failed);
961 …throw new DAV\Exception('The group-member-set property MUST be an instance of Sabre\DAV\Property\H…
1020 throw new DAV\Exception\BadRequest('XML body expected in ACL request');
1033 throw new DAV\Exception\MethodNotAllowed('This node does not support the ACL method');
1069 …throw new Exception\NoAbstract('The privilege you specified (' . $newAce['privilege'] . ') is an a…
1075 } catch (DAV\Exception\NotFound $e) {
1076 …throw new Exception\NotRecognizedPrincipal('The specified principal (' . $newAce['principal'] . ')…
1079 …throw new Exception\NotRecognizedPrincipal('The specified uri (' . $newAce['principal'] . ') is no…
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php5 use Sabre\DAV\Exception\BadRequest;
141 } catch (\Exception $e) {
158 …throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $range[0] . ') exceeded th…
255 } catch (Exception\NotImplemented $e) {
461 throw new Exception\BadRequest('Content-Range on PUT requests are forbidden.');
491 …throw new Exception\Forbidden('This server is not compatible with OS/X finder. Consider using a di…
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');
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DOperationException.php12 namespace FreeDSx\Ldap\Exception;
14 use Exception;
25 class OperationException extends Exception
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNotSupportedPrivilege.php3 namespace Sabre\DAVACL\Exception;
15 class NotSupportedPrivilege extends DAV\Exception\PreconditionFailed {
H A DAceConflict.php3 namespace Sabre\DAVACL\Exception;
15 class AceConflict extends DAV\Exception\Conflict {
H A DNoAbstract.php3 namespace Sabre\DAVACL\Exception;
15 class NoAbstract extends DAV\Exception\PreconditionFailed {
H A DNotRecognizedPrincipal.php3 namespace Sabre\DAVACL\Exception;
15 class NotRecognizedPrincipal extends DAV\Exception\PreconditionFailed {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/
H A DAceConflict.php3 namespace Sabre\DAVACL\Exception;
15 class AceConflict extends DAV\Exception\Conflict {
H A DNoAbstract.php3 namespace Sabre\DAVACL\Exception;
15 class NoAbstract extends DAV\Exception\PreconditionFailed {
H A DNotRecognizedPrincipal.php3 namespace Sabre\DAVACL\Exception;
15 class NotRecognizedPrincipal extends DAV\Exception\PreconditionFailed {
H A DNotSupportedPrivilege.php3 namespace Sabre\DAVACL\Exception;
15 class NotSupportedPrivilege extends DAV\Exception\PreconditionFailed {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php8 use Sabre\DAV\Exception\NotAuthenticated;
158 … throw new \Sabre\DAV\Exception('No authentication backends were configured on this server.');
169 …throw new \Sabre\DAV\Exception('The authentication backend did not return a correct value from the…
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DExceptionComparator.php27 return $expected instanceof \Exception && $actual instanceof \Exception;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DExceptionStackTest.php16 $exceptionThree = new Exception('Three');
18 $exceptionOne = new Exception('One', 0, $exceptionTwo);
/plugin/geophp/vendor/funiq/geophp/src/Exception/
H A DUnsupportedMethodException.php3 namespace geoPHP\Exception;
8 class UnsupportedMethodException extends \Exception

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