dokuwiki/inc/HTTP/HTTPClientException.php

<?php

namespace dokuwiki\HTTP;

use Exception;

class HTTPClientException extends Exception
{

}