Home
last modified time | relevance | path

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

12

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php109 if (!$obj) throw new DAV\Exception\NotFound('Calendar object not found');
H A DCalendarHome.php6 use Sabre\DAV\Exception\NotFound; alias
170 throw new NotFound('Node with name \'' . $name . '\' could not be found');
184 } catch (NotFound $e) {
H A DPlugin.php80 } catch (DAV\Exception\NotFound $e) {
H A DSharingPlugin.php251 } catch (DAV\Exception\NotFound $e) {
/plugin/davcal/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/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php22 use Sabre\DAV\Exception\NotFound; alias
144 } catch (NotFound $e) {
176 } catch (NotFound $e) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php66 if (!$obj) throw new DAV\Exception\NotFound('Card not found');
H A DAddressBookHome.php137 … throw new DAV\Exception\NotFound('Addressbook with name \'' . $name . '\' could not be found');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php129 } catch (DAV\Exception\NotFound $e) {
556 …throw new DAV\Exception\NotFound('Path does not exist, or escaping from the base path was detected…
561 …throw new DAV\Exception\NotFound('Path does not exist, or escaping from the base path was detected…
/plugin/davcal/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.php502 } catch (Exception\NotFound $e) {
713 } catch (Exception\NotFound $e) {
727 } catch (Exception\NotFound $e) {
1101 } catch (Exception\NotFound $e) {
1118 } catch (Exception\NotFound $e) {
1233 } catch (Exception\NotFound $e) {
1277 } 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/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DNotFound.php16 class NotFound extends DAV\Exception { class
/plugin/davcal/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/davcal/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/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php244 } catch (DAV\Exception\NotFound $e) {
/plugin/davcal/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.php1075 } catch (DAV\Exception\NotFound $e) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php8 use Sabre\DAV\Exception\NotFound; alias
62 if (!file_exists($path)) throw new NotFound('File could not be located');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMock.php152 throw new DAV\Exception\NotFound('Object could not be found');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTreeTest.php232 } catch (Exception\NotFound $e) {
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php15 use Sabre\DAV\Exception\NotFound; alias
53 throw new NotFound('Directory does not exist');
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php16 use Sabre\DAV\Exception\NotFound; alias
52 throw new NotFound('Directory does not exist');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php111 if (!$obj) throw new DAV\Exception\NotFound('Calendar object not found');

12