<?php

namespace dokuwiki\plugin\upgrade\HTTP;

use Exception;

class HTTPClientException extends Exception
{

}
