UNPKG

nestjs-api-tools

Version:

Wrappers for convenient API development including validation, logging and i18n wrappers

6 lines (5 loc) 254 B
import { ExternalMessageable } from './external-messageable'; import { NotFoundException } from '@nestjs/common'; export declare class ApiNotFoundError extends NotFoundException implements ExternalMessageable { getExternalLogMessage(): any | null; }