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 Strategy :: 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 Strategy
  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. * Strategy exception class
  33. *
  34. * @category Tools
  35. * @package ScriptReorganizer
  36. * @subpackage Strategy
  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: 0.4.0
  41. * @link http://pear.php.net/package/ScriptReorganizer
  42. */
  43. class ScriptReorganizer_Strategy_Exception extends ScriptReorganizer_Exception
  44. {
  45. /*
  46. * Tag implementation
  47. */
  48. }
  49.  
  50. /*
  51. * Local variables:
  52. * tab-width: 4
  53. * c-basic-offset: 4
  54. * c-hanging-comment-ender-p: nil
  55. * End:
  56. */
  57.  
  58. ?>

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