/** * Exception thrown when a requested database record is not found. */ export declare class NotFoundException extends Error { /** * Create a new NotFoundException. * * @param message - Description of the missing record. */ constructor(message: string); } //# sourceMappingURL=NotFoundException.d.ts.map