Type Alias ExceptionParams<TDetails>

ExceptionParams: {
    message?: (details: TDetails) => string | string;
    name: ExceptionName;
}

Type Parameters

  • TDetails = any

Type declaration