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 Factory :: 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.  * @subpackage Factory
  18.  * @author     Stefano F. Rausch <stefano@rausch-e.net>
  19.  * @copyright  2005 Stefano F. Rausch <stefano@rausch-e.net>
  20.  * @license    http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
  21.  * @version    SVN: $Id$
  22.  * @link       http://pear.php.net/package/ScriptReorganizer
  23.  * @since      File available since Release 0.4.0
  24.  * @filesource
  25.  */
  26.  
  27. /**
  28.  * Extends <kbd>ScriptReorganizer_Exception</kbd>
  29.  */
  30. require_once 'ScriptReorganizer/Exception.php';
  31.  
  32. /**
  33.  * Factory exception class
  34.  *
  35.  * @category   Tools
  36.  * @package    ScriptReorganizer
  37.  * @subpackage Factory
  38.  * @author     Stefano F. Rausch <stefano@rausch-e.net>
  39.  * @copyright  2005 Stefano F. Rausch <stefano@rausch-e.net>
  40.  * @license    http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
  41.  * @version    Release: @package_version@
  42.  * @link       http://pear.php.net/package/ScriptReorganizer
  43.  * @since      Class available since Release 0.4.0
  44.  */
  45. {
  46.     /*
  47.      * Tag implementation
  48.      */
  49. }
  50.  
  51. /*
  52.  * Local variables:
  53.  * tab-width: 4
  54.  * c-basic-offset: 4
  55.  * c-hanging-comment-ender-p: nil
  56.  * End:
  57.  */
  58.  
  59. ?>

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