Type Alias ExceptionConstructor<TParams, TOptions>

ExceptionConstructor: new (
    ...args: ExceptionConstructorArgs<TParams, TOptions>,
) => BaseException<TParams, TOptions>

Type Parameters