8 lines
68 B
PHP
Raw Permalink Normal View History

2023-09-12 15:20:31 +08:00
<?php
namespace WebSocket;
class Exception extends \Exception
{
}