import { IExceptionMessage } from '../exception'; import { RuntimeException } from '../runtime.exception'; export declare class NotFoundException extends RuntimeException { constructor(message?: IExceptionMessage, data?: T); } //# sourceMappingURL=not-found.exception.d.ts.map