worker-parrot-party
Version:
Parrot party for everyone
11 lines • 348 B
TypeScript
export declare class CustomErrors extends Error {
private readonly _message;
private readonly _type;
constructor(_message: string, _type: string);
get type(): string;
get message(): string;
}
export declare class NoIdleParrotError extends CustomErrors {
constructor(msg: string);
}
//# sourceMappingURL=CustomErrors.d.ts.map