UNPKG

corde

Version:

A simple library for Discord bot tests

12 lines (11 loc) 291 B
/** * Related timeout error. */ export declare class TimeoutError extends Error { readonly data: any; /** * Throws when a connection or test do not executed in the specified time. * @param message Custom message to this error */ constructor(message?: string, data?: any); }