add websocket client functions

This commit is contained in:
crazywhalecc
2023-04-09 21:23:44 +08:00
committed by Jerry
parent 72b042ed98
commit fdec3fdf15
4 changed files with 120 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
namespace ZM\Exception;
class DriverException extends ZMException
{
}