Skip to main content
Module

x/drash/tests/deps.ts>Drash.Interfaces.IErrorHandler

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
interface Drash.Interfaces.IErrorHandler
import { type Drash } from "https://deno.land/x/drash@v2.7.0/tests/deps.ts";
const { IErrorHandler } = Drash.Interfaces;

Properties

catch: Catch

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