UNPKG

@averagehelper/corde

Version:

A simple library for Discord bot tests. (Republished fork to demonstrate a bugfix)

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