xref: /plugin/davcal/vendor/sabre/vobject/lib/ITip/ITipException.php (revision 185e2535914616e98630b0777145a3e6d5c8d81b)
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