1<?php 2 3namespace 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) fruux GmbH (https://fruux.com/) 13 * @author Evert Pot (http://evertpot.com/) 14 * @license http://sabre.io/license/ Modified BSD License 15 */ 16class SameOrganizerForAllComponentsException extends ITipException { 17 18} 19