UNPKG

222 BTypeScriptView Raw
1/**
2 * Thrown when consumer tries to access repository before connection is established.
3 */
4export declare class NoConnectionForRepositoryError extends Error {
5 name: string;
6 constructor(connectionName: string);
7}