remove unnecessary exceptions hint

This commit is contained in:
sunxyw 2022-04-05 15:29:15 +08:00 committed by sunxyw
parent 58e405cccd
commit 46604293e9
No known key found for this signature in database
GPG Key ID: CEA01A083E98C578

View File

@ -241,8 +241,6 @@ function set_coroutine_params(array $params): void
/**
* 获取当前上下文
*
* @throws ZMKnownException
*/
function context(): ContextInterface
{
@ -251,8 +249,6 @@ function context(): ContextInterface
/**
* 获取当前上下文
*
* @throws ZMKnownException
*/
function ctx(): ContextInterface
{