mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 13:01:33 +00:00
5 lines
167 B
TypeScript
5 lines
167 B
TypeScript
/**
|
|
* Error formatting helpers re-exported for Browser infrastructure modules.
|
|
*/
|
|
export { extractErrorCode, formatErrorMessage } from "../sdk-security-runtime.js";
|