UNPKG

@neylion/exceptions

Version:

Exceptions commonly used within ney projects

6 lines (5 loc) 207 B
import { Exception } from "./Exception"; export declare class TimeoutException extends Exception { timeoutConfig: number; constructor(message: string, timeoutConfig: number, innerException?: any); }