ファイル
2024-07-08 03:32:47 +09:00

10 行
97 B
PHP

<?php
namespace dokuwiki\HTTP;
use Exception;
class HTTPClientException extends Exception
{
}