<?php declare(strict_types=1); namespace Arcanedev\Html\Exceptions; /** * Class InvalidChildException * * @author ARCANEDEV <arcanedev.maroc@gmail.com> */ class InvalidChildException extends \Exception { // }