Bones/node_modules/rxjs/util/ObjectUnsubscribedError.d.ts

8 lines
179 B
TypeScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
/**
* an error thrown when an action is invalid because the object
* has been unsubscribed
*/
export declare class ObjectUnsubscribedError extends Error {
constructor();
}