Skip to main content
Module

x/danet/mod.ts>ExceptionFilter

The most mature backend framework for Deno
Go to Latest
interface ExceptionFilter
Re-export
import { type ExceptionFilter } from "https://deno.land/x/danet@2.0.3-alpha/mod.ts";

Methods

catch(exception: unknown, context: HttpContext): void