UNPKG

@connectv/core

Version:

agent-based reactive programming library for typescript/javascript

11 lines (10 loc) 272 B
/** * * This error is thrown when you connect a pin to a locked pin. * [Read this](https://connective.dev/docs/pin#subscribing-and-binding) * for more information on when a pin is locked. * */ export declare class PinLockedError extends Error { constructor(); }