ScriptReorganizer
[ class tree: ScriptReorganizer ] [ index: ScriptReorganizer ] [ all elements ]

Source for file Exception.php

Documentation is available at Exception.php

  1. <?php
  2.  
  3. /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
  4.  
  5. /**
  6.  * ScriptReorganizer :: Exception
  7.  *
  8.  * PHP version 5
  9.  *
  10.  * LICENSE: This library is free software; you can redistribute it and/or modify it
  11.  * under the terms of the GNU Lesser General Public License as published by the Free
  12.  * Software Foundation; either version 2.1 of the License, or (at your option) any
  13.  * later version.
  14.  *
  15.  * @category   Tools
  16.  * @package    ScriptReorganizer
  17.  * @author     Stefano F. Rausch <stefano@rausch-e.net>
  18.  * @copyright  2005 Stefano F. Rausch <stefano@rausch-e.net>
  19.  * @license    http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
  20.  * @version    SVN: $Id: Exception.php 20 2005-09-22 20:50:35Z stefanorausch $
  21.  * @link       http://pear.php.net/package/ScriptReorganizer
  22.  * @filesource
  23.  */
  24.  
  25. /**
  26.  * Extends <kbd>PEAR_Exception</kbd>
  27.  */
  28. require_once 'PEAR/' 'Exception.php';
  29.  
  30. /**
  31.  * Base exception class
  32.  *
  33.  * @category  Tools
  34.  * @package   ScriptReorganizer
  35.  * @author    Stefano F. Rausch <stefano@rausch-e.net>
  36.  * @copyright 2005 Stefano F. Rausch <stefano@rausch-e.net>
  37.  * @license   http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
  38.  * @version   Release: @package_version@
  39.  * @link      http://pear.php.net/package/ScriptReorganizer
  40.  */
  41. {
  42.     /*
  43.      * Tag implementation
  44.      */
  45. }
  46.  
  47. /*
  48.  * Local variables:
  49.  * tab-width: 4
  50.  * c-basic-offset: 4
  51.  * c-hanging-comment-ender-p: nil
  52.  * End:
  53.  */
  54.  
  55. ?>

Documentation generated on Mon, 11 Mar 2019 14:10:29 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.