UNPKG

@tldraw/sync-core

Version:

tldraw infinite canvas SDK (multiplayer sync).

12 lines (11 loc) 239 B
class TLRemoteSyncError extends Error { constructor(reason) { super(`sync error: ${reason}`); this.reason = reason; } name = "RemoteSyncError"; } export { TLRemoteSyncError }; //# sourceMappingURL=TLRemoteSyncError.mjs.map