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

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