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: 0.4.0
  42. * @link http://pear.php.net/package/ScriptReorganizer
  43. * @since Class available since Release 0.4.0
  44. */
  45. class ScriptReorganizer_Factory_Exception extends ScriptReorganizer_Exception
  46. {
  47. /*
  48. * Tag implementation
  49. */
  50. }
  51.  
  52. /*
  53. * Local variables:
  54. * tab-width: 4
  55. * c-basic-offset: 4
  56. * c-hanging-comment-ender-p: nil
  57. * End:
  58. */
  59.  
  60. ?>

Documentation generated on Tue, 22 Nov 2005 01:57:08 +0100 by phpDocumentor 1.3.0RC3