]> git.mxchange.org Git - friendica-addons.git/blob - dav/SabreDAV/lib/Sabre/DAV/Exception/FileNotFound.php
Initial Release of the calendar plugin
[friendica-addons.git] / dav / SabreDAV / lib / Sabre / DAV / Exception / FileNotFound.php
1 <?php
2
3 /**
4  * FileNotFound
5  *
6  * Deprecated: Warning, this class is deprecated and will be removed in a 
7  * future version of SabreDAV. Please use Sabre_DAV_Exception_NotFound instead.
8  *
9  * @package Sabre
10  * @subpackage DAV
11  * @copyright Copyright (C) 2007-2012 Rooftop Solutions. All rights reserved.
12  * @author Evert Pot (http://www.rooftopsolutions.nl/) 
13  * @deprecated Use Sabre_DAV_Exception_NotFound instead
14  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
15  */
16 class Sabre_DAV_Exception_FileNotFound extends Sabre_DAV_Exception_NotFound {
17
18 }
19