Sha256: bdfafe5636bddd3a2344c49a0015217448681590363369f294aa4987314b18db
Contents?: true
Size: 230 Bytes
Versions: 49
Compression:
Stored size: 230 Bytes
Contents
/** * An error thrown when one or more errors have occurred during the * `unsubscribe` of a {@link Subscription}. */ export declare class UnsubscriptionError extends Error { errors: any[]; constructor(errors: any[]); }
Version data entries
49 entries across 49 versions & 4 rubygems