Broker.php
1 year ago
ITipException.php
1 year ago
Message.php
1 year ago
SameOrganizerForAllComponentsException.php
1 year ago
SameOrganizerForAllComponentsException.php
19 lines
| 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) 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 | } |
| 19 |