no message

This commit is contained in:
hellcat 2025-04-15 21:20:00 +08:00
parent 8239e49e23
commit df0321bc5b

View File

@ -89,7 +89,7 @@ final class HookController
}
} else {
throw new \Exception("没有这个方法");
throw new \Exception("没有这个方法:".$sClass.'#'.$sFunc);
}
} catch (\Throwable $e) {