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