Module

x/drash/mod.ts>IErrorHandler

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
interface IErrorHandler
import { type IErrorHandler } from "https://dotland.deno.dev/x/drash@v2.7.0/mod.ts";

Properties

catch: Catch

Method that gets executed during the request-resource-response lifecycle in the event an error is thrown.