<?php declare(strict_types=1); namespace PHPHtmlParser\Exceptions; use Exception; /** * Class EmptyCollectionException. */ final class ContentLengthException extends Exception { }