This website works better with JavaScript
Home
Verkennen
Help
Inloggen
ShariX_Open
/
sharix-open-wiki
Volgen
5
Ster
0
Vork
0
Bestanden
Issues
0
Pull-aanvragen
0
Wiki
Aftakking:
master
Aftakkingen
Labels
master
sharix-open-wik...
/
inc
/
HTTP
/
HTTPClientException.php
HTTPClientException.php
98 B
Permalink
Geschiedenis
Ruwe
1
2
3
4
5
6
7
8
9
10
<?php
namespace dokuwiki\HTTP;
use Exception;
class HTTPClientException extends Exception
{
}