mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-18 00:23:25 -06:00
c23d66e3b5
* refactor: consolidate coercion ownership * test: align shard check with weighted planning * chore: refresh plugin SDK API baseline
4 lines
188 B
TypeScript
4 lines
188 B
TypeScript
export class PreparedModelRuntimeOwnerNotPublishedError extends Error {}
|
|
|
|
export class PreparedModelRuntimePublicationSupersededError extends PreparedModelRuntimeOwnerNotPublishedError {}
|