ChildNotFoundException.php 182 B

123456789101112
  1. <?php
  2. namespace PHPHtmlParser\Exceptions;
  3. /**
  4. * Class ChildNotFoundException
  5. *
  6. * @package PHPHtmlParser\Exceptions
  7. */
  8. final class ChildNotFoundException extends \Exception
  9. {
  10. }