Initial commit
This commit is contained in:
10
content/inc/HTTP/HTTPClientException.php
Normal file
10
content/inc/HTTP/HTTPClientException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace dokuwiki\HTTP;
|
||||
|
||||
use Exception;
|
||||
|
||||
class HTTPClientException extends Exception
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user