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) 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