We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
WebSocketHandeShakeException
BadRequestHttpException
1 parent e48b497 commit 1b77bdfCopy full SHA for 1b77bdf
src/Exception/WebSocketHandeShakeException.php
@@ -11,8 +11,8 @@
11
*/
12
namespace Hyperf\WebSocketServer\Exception;
13
14
-use Hyperf\Server\Exception\ServerException;
+use Hyperf\HttpMessage\Exception\BadRequestHttpException;
15
16
-class WebSocketHandeShakeException extends ServerException
+class WebSocketHandeShakeException extends BadRequestHttpException
17
{
18
}
0 commit comments