xref: /plugin/davcal/vendor/sabre/vobject/lib/ParseException.php (revision a1a3b6794e0e143a4a8b51d3185ce2d339be61ab)
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