summaryrefslogtreecommitdiff
path: root/platform/www/inc/HTTP/HTTPClientException.php
blob: 5b8f4eeca056e5f910820ebe7cce94b4c8822240 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace dokuwiki\HTTP;

use Exception;

class HTTPClientException extends Exception
{

}