ParseException.php 340 B

12345678910111213
  1. <?php
  2. namespace Sabre\VObject;
  3. /**
  4. * Exception thrown by Reader if an invalid object was attempted to be parsed.
  5. *
  6. * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
  7. * @author Evert Pot (http://evertpot.com/)
  8. * @license http://sabre.io/license/ Modified BSD License
  9. */
  10. class ParseException extends \Exception {
  11. }