Class ExceptionBuilder<TParams, TOptions, TStaticMethods>
Constructors
Methods
setStaticMethod
setStaticMethod< TName extends string, TMethod extends ( this: ExceptionConstructor<NonNullable<TParams>, TOptions>, ...args: any[], ) => any,>( name: TName, method: TMethod,): ExceptionBuilder< TParams, TOptions, TStaticMethods & { [K in string]: TMethod },>