error method

Last updated: 2026-03-01T23:25:47.125Z

Metrics

LOC: 3 Complexity: 1 Params: 1

Signature

error(...args: unknown[])

Source Code

    error(...args: unknown[]) {
      emit("error", prefix, args);
    },

Dependencies (Outgoing)

graph LR error["error"] emit["emit"] error -->|calls| emit style error fill:#dbeafe,stroke:#2563eb,stroke-width:2px click error "4c0bc34e62d3e8bf.html" click emit "131b8d3f5dc1f207.html"
TargetType
emit calls

No incoming dependencies.