initial sabre upgrade (needs lots of work - to wit: authentication, redo the browser interface, and rework event export/import)

This commit is contained in:
redmatrix
2016-05-10 17:26:44 -07:00
parent 40b5b6e9d2
commit 0b02a6d123
735 changed files with 64728 additions and 42397 deletions

17
vendor/sabre/xml/lib/ParseException.php vendored Normal file
View File

@@ -0,0 +1,17 @@
<?php
namespace Sabre\Xml;
use
Exception;
/**
* This is a base exception for any exception related to parsing xml files.
*
* @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://sabre.io/license/ Modified BSD License
*/
class ParseException extends Exception {
}