WokerTask/vendor/textalk/websocket/lib/Exception.php

8 lines
68 B
PHP
Raw Normal View History

2023-12-27 14:06:33 +08:00
<?php
namespace WebSocket;
class Exception extends \Exception
{
}