SameOrganizerForAllComponentsException.php 496 B

123456789101112131415161718
  1. <?php
  2. namespace Sabre\VObject\ITip;
  3. /**
  4. * SameOrganizerForAllComponentsException
  5. *
  6. * This exception is emitted when an event is encountered with more than one
  7. * component (e.g.: exceptions), but the organizer is not identical in every
  8. * component.
  9. *
  10. * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
  11. * @author Evert Pot (http://evertpot.com/)
  12. * @license http://sabre.io/license/ Modified BSD License
  13. */
  14. class SameOrganizerForAllComponentsException extends ITipException {
  15. }