Exception.php 356 B

1234567891011121314151617
  1. <?php
  2. namespace Gedmo\Tree;
  3. /**
  4. * The exception list for Tree behavior
  5. *
  6. * @author Gediminas Morkevicius <gediminas.morkevicius@gmail.com>
  7. * @package Gedmo.Tree
  8. * @subpackage Exception
  9. * @link http://www.gediminasm.org
  10. * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
  11. */
  12. class Exception extends \Exception
  13. {
  14. }