xref: /plugin/davcal/vendor/sabre/vobject/lib/ParseException.php (revision e05a9e4ce8d5eea570eeaab549bb1c7f175cf322)
1<?php
2
3namespace Sabre\VObject;
4
5/**
6 * Exception thrown by Reader if an invalid object was attempted to be parsed.
7 *
8 * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
9 * @author Evert Pot (http://evertpot.com/)
10 * @license http://sabre.io/license/ Modified BSD License
11 */
12class ParseException extends \Exception {
13}
14