home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / php / PEAR / PHP / Beautifier / Exception.php < prev    next >
Encoding:
PHP Script  |  2008-07-02  |  1.3 KB  |  36 lines

  1. <?php
  2. /**
  3.  * Exception.php
  4.  * Definition for Exceptions
  5.  * PHP version 5
  6.  *
  7.  * LICENSE: This source file is subject to version 3.0 of the PHP license
  8.  * that is available through the world-wide-web at the following URI:
  9.  * http://www.php.net/license/3_0.txt.  If you did not receive a copy of
  10.  * the PHP License and are unable to obtain it through the web, please
  11.  * send a note to license@php.net so we can mail you a copy immediately.
  12.  * @category   PHP
  13.  * @package PHP_Beautifier
  14.  * @author Claudio Bustos <cdx@users.sourceforge.com>
  15.  * @copyright  2004-2006 Claudio Bustos
  16.  * @link     http://pear.php.net/package/PHP_Beautifier
  17.  * @link     http://beautifyphp.sourceforge.net
  18.  * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
  19.  * @version    CVS: $Id:$
  20.  */
  21. /**
  22.  * Exception for Filters
  23.  *
  24.  * @category     PHP
  25.  * @package      PHP_Beautifier
  26.  * @author       Claudio Bustos <cdx@users.sourceforge.com>
  27.  * @copyright    2004-2006 Claudio Bustos
  28.  * @link         http://pear.php.net/package/PHP_Beautifier
  29.  * @link         http://beautifyphp.sourceforge.net
  30.  * @license      http://www.php.net/license/3_0.txt  PHP License 3.0
  31.  * @version      Release: 0.1.14
  32.  */
  33. class Exception_PHP_Beautifier_Filter extends PEAR_Exception
  34. {
  35. }
  36. ?>