comparison vendor/sabre/vobject/lib/ITip/SameOrganizerForAllComponentsException.php @ 7:430dbd5346f7

vendor sabre as distributed
author Charlie Root
date Sat, 13 Jan 2018 09:06:10 -0500
parents
children
comparison
equal deleted inserted replaced
6:cec75ba50afc 7:430dbd5346f7
1 <?php
2
3 namespace Sabre\VObject\ITip;
4
5 /**
6 * SameOrganizerForAllComponentsException
7 *
8 * This exception is emitted when an event is encountered with more than one
9 * component (e.g.: exceptions), but the organizer is not identical in every
10 * component.
11 *
12 * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
13 * @author Evert Pot (http://evertpot.com/)
14 * @license http://sabre.io/license/ Modified BSD License
15 */
16 class SameOrganizerForAllComponentsException extends ITipException {
17
18 }