UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

6 lines (5 loc) 251 B
import { RestfulApiHttpError } from '@bitblit/ratchet-common/network/restful-api-http-error'; export declare class NotFoundError<T = void> extends RestfulApiHttpError<T> { static readonly HTTP_CODE: number; constructor(...errors: string[]); }