mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-27 15:10:28 +01:00
19 lines
496 B
PHP
19 lines
496 B
PHP
<?php
|
|
|
|
namespace Sabre\VObject\ITip;
|
|
|
|
/**
|
|
* SameOrganizerForAllComponentsException.
|
|
*
|
|
* This exception is emitted when an event is encountered with more than one
|
|
* component (e.g.: exceptions), but the organizer is not identical in every
|
|
* component.
|
|
*
|
|
* @copyright Copyright (C) fruux GmbH (https://fruux.com/)
|
|
* @author Evert Pot (http://evertpot.com/)
|
|
* @license http://sabre.io/license/ Modified BSD License
|
|
*/
|
|
class SameOrganizerForAllComponentsException extends ITipException
|
|
{
|
|
}
|