eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 196 B
JavaScript
import{toErrorMessage}from"#shared/errors.js";var BoundaryHookError=class extends Error{constructor(e){super(toErrorMessage(e),{cause:e}),this.name=`BoundaryHookError`}};export{BoundaryHookError};