mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 12:26:38 -06:00
6 lines
234 B
TypeScript
6 lines
234 B
TypeScript
/**
|
|
* Error formatting helpers re-exported for Browser infrastructure modules.
|
|
*/
|
|
export { extractErrorCode, formatErrorMessage } from "../sdk-security-runtime.js";
|
|
export { toErrorObject } from "openclaw/plugin-sdk/error-runtime";
|