HTTPClientException.php 113 B

12345678910
  1. <?php
  2. namespace dokuwiki\plugin\upgrade\HTTP;
  3. use Exception;
  4. class HTTPClientException extends Exception
  5. {
  6. }