Home
last modified time | relevance | path

Searched refs:Exception (Results 1301 – 1325 of 2287) sorted by last modified time

1...<<51525354555657585960>>...92

/plugin/webdav/vendor/sabre/xml/lib/
H A DLibXMLException.php33 * @param Exception $previousException
35 function __construct(array $errors, $code = null, Exception $previousException = null) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php7 use Sabre\DAV\Exception\Forbidden;
253 …throw new DAV\Exception('The ' . $sccs . ' property must be of type: \Sabre\CalDAV\Xml\Property\Su…
656 …throw new \Sabre\DAV\Exception\BadRequest('Calendar objects must have a VJOURNAL, VEVENT or VTODO …
1507 throw new DAV\Exception\NotImplemented('Not implemented');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DPropFilter.php6 use Sabre\DAV\Exception\BadRequest;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php175 throw new DAV\Exception\BadRequest('Unknown property: ' . $property);
/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/webdav/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php5 use Sabre\DAV\Exception\NotAuthenticated;
194 … throw new \Sabre\DAV\Exception('No authentication backends were configured on this server.');
205 …throw new \Sabre\DAV\Exception('The authentication backend did not return a correct value from the…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DBadRequest.php3 namespace Sabre\DAV\Exception;
17 class BadRequest extends DAV\Exception {
H A DConflict.php3 namespace Sabre\DAV\Exception;
17 class Conflict extends DAV\Exception {
H A DNotImplemented.php3 namespace Sabre\DAV\Exception;
16 class NotImplemented extends DAV\Exception {
H A DPaymentRequired.php3 namespace Sabre\DAV\Exception;
17 class PaymentRequired extends DAV\Exception {
H A DReportNotSupported.php3 namespace Sabre\DAV\Exception;
H A DTooManyMatches.php3 namespace Sabre\DAV\Exception;
H A DUnsupportedMediaType.php3 namespace Sabre\DAV\Exception;
17 class UnsupportedMediaType extends DAV\Exception {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DException.php18 class Exception extends \Exception { class
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/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php76 …if (!file_exists($path)) throw new DAV\Exception\NotFound('File with name ' . $path . ' could not …
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php122 …throw new DAV\Exception\MethodNotAllowed('The target resource does not support the PATCH method.');
128 throw new DAV\Exception\BadRequest('No valid "X-Update-Range" found in the headers');
136 …throw new DAV\Exception\UnsupportedMediaType('Unknown Content-Type header "' . $contentType . '"');
140 if (!$len) throw new DAV\Exception\LengthRequired('A Content-Length header is required');
149 …throw new DAV\Exception\RequestedRangeNotSatisfiable('The end offset (' . $range[2] . ') is lower …
152 …throw new DAV\Exception\RequestedRangeNotSatisfiable('Actual data length (' . $len . ') is not con…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php66 throw new DAV\Exception('Reportname must be in clark-notation');
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DACLTrait.php79 throw new \Sabre\DAV\Exception\Forbidden('Setting ACL is not supported on this node');
H A DPrincipal.php50 … throw new DAV\Exception('The principal properties must at least contain the \'uri\' key');
H A DPrincipalCollection.php5 use Sabre\DAV\Exception\InvalidResourceType;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNoAbstract.php3 namespace Sabre\DAVACL\Exception;
15 class NoAbstract extends DAV\Exception\PreconditionFailed {
/plugin/webdav/vendor/sabre/http/lib/
H A DClientException.php13 class ClientException extends \Exception {
H A DClientHttpException.php15 class ClientHttpException extends \Exception implements HttpException {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php258 } catch (\Exception $e) {

1...<<51525354555657585960>>...92