xref: /plugin/upgrade/HTTP/HTTPClientException.php (revision a96662cd654d4356f261ce33bab15cc63e5c50ef)
1<?php
2
3namespace dokuwiki\plugin\upgrade\HTTP;
4
5use Exception;
6
7class HTTPClientException extends Exception
8{
9
10}
11