eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 150 B
JavaScript
var WizardCancelledError=class extends Error{constructor(){super(`Wizard cancelled.`),this.name=`WizardCancelledError`}};export{WizardCancelledError};