Home > @infiniteobjects/express-cloud-function > Utils > throwHttpError
Signature:
static throwHttpError<E extends Error>(err: E, props: Record<string, any>): never;
Parameter | Type | Description |
---|---|---|
err | E | |
props | Record<string, any> |
Returns:
never