Home
last modified time | relevance | path

Searched refs:NotFound (Results 26 – 44 of 44) sorted by path

12

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php6 use Sabre\DAV\Exception\NotFound; alias
168 throw new NotFound('Node with name \'' . $name . '\' could not be found');
182 } catch (NotFound $e) {
H A DPlugin.php81 } catch (DAV\Exception\NotFound $e) {
H A DSharingPlugin.php240 } catch (DAV\Exception\NotFound $e) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php58 throw new DAV\Exception\NotFound('Node with name ' . $name . ' was not found');
66 throw new DAV\Exception\NotFound('Node with name ' . $name . ' was not found');
100 } catch (DAV\Exception\NotFound $e) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php11 use Sabre\DAV\Exception\NotFound; alias
148 } catch (NotFound $e) {
180 } catch (NotFound $e) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php68 if (!$obj) throw new DAV\Exception\NotFound('Card not found');
H A DAddressBookHome.php139 … throw new DAV\Exception\NotFound('Addressbook with name \'' . $name . '\' could not be found');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php129 } catch (DAV\Exception\NotFound $e) {
561 …throw new DAV\Exception\NotFound('Path does not exist, or escaping from the base path was detected…
566 …throw new DAV\Exception\NotFound('Path does not exist, or escaping from the base path was detected…
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCollection.php38 throw new Exception\NotFound('File not found: ' . $name);
57 } catch (Exception\NotFound $e) {
H A DServer.php530 } catch (Exception\NotFound $e) {
746 } catch (Exception\NotFound $e) {
760 } catch (Exception\NotFound $e) {
1166 } catch (Exception\NotFound $e) {
1183 } catch (Exception\NotFound $e) {
1309 } catch (Exception\NotFound $e) {
1353 } catch (Exception\NotFound $e) {
H A DSimpleCollection.php91 … throw new Exception\NotFound('File not found: ' . $name . ' in \'' . $this->getName() . '\'');
H A DTree.php74 throw new Exception\NotFound('Could not find node at path: ' . $path);
107 } catch (Exception\NotFound $e) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DNotFound.php16 class NotFound extends DAV\Exception { class
/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/FSExt/
H A DDirectory.php87 if (!file_exists($path)) throw new DAV\Exception\NotFound('File could not be located');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php244 } catch (DAV\Exception\NotFound $e) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php118 …if (!$principalInfo) throw new DAV\Exception\NotFound('Principal with name ' . $name . ' not found…
H A DPlugin.php9 use Sabre\DAV\Exception\NotFound; alias
716 } catch (NotFound $e) {
1227 } catch (NotFound $e) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php6 use Sabre\DAV\Exception\NotFound; alias
58 * @throws NotFound
65 if (!file_exists($path)) throw new NotFound('File could not be located');

12