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