ITipException.php 355 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) 2007-2014 fruux GmbH. All rights reserved.
  8. * @author Evert Pot (http://evertpot.com/)
  9. * @license http://sabre.io/license/ Modified BSD License
  10. */
  11. class ITipException extends Exception {
  12. }