Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php declare(strict_types=1);namespace PHPHtmlParser\Exceptions;use Exception;/*** Class EmptyCollectionException** @package PHPHtmlParser\Exceptions*/final class LogicalException extends Exception{}