Blame view

sources/3rdparty/sabre/vobject/lib/Sabre/VObject/ParseException.php 362 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
  <?php
  
  namespace Sabre\VObject;
  
  /**
   * Exception thrown by Reader if an invalid object was attempted to be parsed.
   *
6d9380f96   Cédric Dupont   Update sources OC...
8
9
   * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/).
   * @author Evert Pot (http://evertpot.com/)
03e52840d   Kload   Init
10
11
12
   * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
   */
  class ParseException extends \Exception { }