Files
openclaw/src/plugin-sdk/error-runtime.ts
2026-03-28 06:26:38 +00:00

10 lines
229 B
TypeScript

// Shared error graph/format helpers without the full infra-runtime surface.
export {
collectErrorGraphCandidates,
extractErrorCode,
formatErrorMessage,
formatUncaughtError,
readErrorName,
} from "../infra/errors.js";