@midwayjs/coreInterfacesIFilter版本:Next本页总览IFilter <CTX, R, N>Common Exception Filter definitionIndex MethodscatchmatchMethods optionalcatchcatch(err: Error, ctx: CTX, res?: R, next?: N): anyoptionalmatchmatch(result: any, ctx: CTX, res?: R, next?: N): any
Common Exception Filter definition