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

8 lines
68 B
PHP
Raw Normal View History

2024-11-10 21:16:01 +08:00
<?php
namespace WebSocket;
class Exception extends \Exception
{
}