feat(core-shared/conformance): re-export ConformanceError

This commit is contained in:
2026-05-12 22:43:57 +02:00
parent 49bd7e0782
commit bbd9c1e856

View File

@@ -8,3 +8,4 @@ export {
isCaptured,
isAudited,
} from "./brand-runtime";
export { ConformanceError } from "./conformance-error";