This commit is contained in:
2023-12-12 15:35:34 +08:00
parent 4ebb7e9686
commit 92e65c4abd
15 changed files with 362 additions and 391 deletions
+7 -11
View File
@@ -4,10 +4,6 @@
namespace Kiri\Server\Abstracts;
use Exception;
use Kiri;
/**
* Class Server
* @package Server\Abstracts
@@ -15,12 +11,12 @@ use Kiri;
abstract class Server
{
/**
* Server constructor.
* @throws Exception
*/
public function __construct()
{
}
/**
* Server constructor.
* @throws
*/
public function __construct()
{
}
}