ITipException.php 344 B

123456789101112131415
  1. <?php
  2. namespace Sabre\VObject\ITip;
  3. use Exception;
  4. /**
  5. * This message is emitted in case of serious problems with iTip messages.
  6. *
  7. * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
  8. * @author Evert Pot (http://evertpot.com/)
  9. * @license http://sabre.io/license/ Modified BSD License
  10. */
  11. class ITipException extends Exception {
  12. }