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