xref: /plugin/davcal/vendor/sabre/vobject/lib/ITip/ITipException.php (revision d1ab5b8c57c43596cd84aa2d50349044128f1828)
1<?php
2
3namespace Sabre\VObject\ITip;
4
5use Exception;
6
7/**
8 * This message is emitted in case of serious problems with iTip messages.
9 *
10 * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
11 * @author Evert Pot (http://evertpot.com/)
12 * @license http://sabre.io/license/ Modified BSD License
13 */
14class ITipException extends Exception {
15}
16