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

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