mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 08:05:34 +08:00
add websocket client functions
This commit is contained in:
9
src/ZM/Exception/DriverException.php
Normal file
9
src/ZM/Exception/DriverException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace ZM\Exception;
|
||||
|
||||
class DriverException extends ZMException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user