UNPKG

core-api-lib

Version:

Core library with all microservice utilities

4 lines (3 loc) 238 B
import HttpException from "../common/http-exception"; import { Request, Response, NextFunction } from "express"; export declare const errorHandler: (error: HttpException, request: Request, response: Response, next: NextFunction) => void;