]> git.mxchange.org Git - friendica-addons.git/blob - dav/SabreDAV/lib/Sabre/VObject/ParseException.php
Move friendica-specific parts into an own subdirectory
[friendica-addons.git] / dav / SabreDAV / lib / Sabre / VObject / ParseException.php
1 <?php
2
3 /**
4  * Exception thrown by Sabre_VObject_Reader if an invalid object was attempted to be parsed.
5  *
6  * @package Sabre
7  * @subpackage VObject
8  * @copyright Copyright (C) 2007-2012 Rooftop Solutions. All rights reserved.
9  * @author Evert Pot (http://www.rooftopsolutions.nl/)
10  * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
11  */
12 class Sabre_VObject_ParseException extends Exception { }