docs: silence typedoc warning
[poolifier.git] / src / pools / selection-strategies / worker-choice-strategy-context.ts
index 124addd64f113cf5e4ffe7dac66b902ff86faedf..acfee48adf0986d28e3209329cfc9a0b4aa8e158 100644 (file)
@@ -131,7 +131,7 @@ export class WorkerChoiceStrategyContext<
    * Executes the worker choice strategy algorithm in the context.
    *
    * @returns The key of the worker node.
-   * @throws {@link Error} If the worker node key is null or undefined.
+   * @throws {@link @node/api/errors.html#class-error} If the worker node key is null or undefined.
    */
   public execute (): number {
     const workerNodeKey = (