mirror of
https://github.com/splitbrain/dokuwiki-plugin-upgrade.git
synced 2025-07-25 15:03:37 +00:00
11 lines
113 B
PHP
11 lines
113 B
PHP
<?php
|
|
|
|
namespace dokuwiki\plugin\upgrade\HTTP;
|
|
|
|
use Exception;
|
|
|
|
class HTTPClientException extends Exception
|
|
{
|
|
|
|
}
|