UnknownChildTypeException.php 187 B

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