Home
last modified time | relevance | path

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

12

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
DCollection.php6 use Sabre\DAV\Exception\NotFound; alias
58 * @throws NotFound
65 if (!file_exists($path)) throw new NotFound('File could not be located');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
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/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/DAV/
DCollection.php38 throw new Exception\NotFound('File not found: ' . $name);
57 } catch (Exception\NotFound $e) {
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) {
DSimpleCollection.php91 … throw new Exception\NotFound('File not found: ' . $name . ' in \'' . $this->getName() . '\'');
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/
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/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/webdav/core/DAV/Collection/Pages/
DDirectory.php16 use Sabre\DAV\Exception\NotFound; alias
52 throw new NotFound('Directory does not exist');
/plugin/webdav/core/DAV/Collection/Media/
DDirectory.php15 use Sabre\DAV\Exception\NotFound; alias
53 throw new NotFound('Directory does not exist');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
DCalendarHome.php6 use Sabre\DAV\Exception\NotFound; alias
168 throw new NotFound('Node with name \'' . $name . '\' could not be found');
182 } catch (NotFound $e) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
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) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
DNotFound.php16 class NotFound extends DAV\Exception { class
/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/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/webdav/vendor/sabre/dav/lib/DAVACL/
DAbstractPrincipalCollection.php118 …if (!$principalInfo) throw new DAV\Exception\NotFound('Principal with name ' . $name . ' not found…
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
DDirectory.php76 …if (!file_exists($path)) throw new DAV\Exception\NotFound('File with name ' . $path . ' could not …
/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/DAVACL/
H A DAbstractPrincipalCollection.php118 …if (!$principalInfo) throw new DAV\Exception\NotFound('Principal with name ' . $name . ' not found…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
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/CardDAV/
DAddressBookHome.php139 … throw new DAV\Exception\NotFound('Addressbook with name \'' . $name . '\' could not be found');

12