Files
cunkebao_v3/Server/vendor/textalk/websocket/lib/Exception.php

8 lines
68 B
PHP
Raw Normal View History

2025-03-24 14:59:19 +08:00
<?php
namespace WebSocket;
class Exception extends \Exception
{
}