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