1<?php 2 3namespace dokuwiki\plugin\upgrade\HTTP; 4 5use Exception; 6 7class HTTPClientException extends Exception 8{ 9 10} 11