openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
6 lines (5 loc) • 367 B
JavaScript
//#region src/agents/prepared-model-runtime.errors.ts
var PreparedModelRuntimeOwnerNotPublishedError = class extends Error {};
var PreparedModelRuntimePublicationSupersededError = class extends PreparedModelRuntimeOwnerNotPublishedError {};
//#endregion
export { PreparedModelRuntimePublicationSupersededError as n, PreparedModelRuntimeOwnerNotPublishedError as t };