UNPKG

@vulcan-sql/serve

Version:

VulcanSQL package for serving projects

6 lines (5 loc) 227 B
import { BuiltInMiddleware, KoaContext, Next } from '../../models/index'; export declare class ErrorHandlerMiddleware extends BuiltInMiddleware { private logger; handle(context: KoaContext, next: Next): Promise<any>; }