Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sinco/tests/deps.ts>Drash.ErrorHandler

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
class Drash.ErrorHandler
implements IErrorHandler
import { Drash } from "https://deno.land/x/sinco@v4.1.0/tests/deps.ts";
const { ErrorHandler } = Drash;

Methods

catch(
error: Error,
_request: Request,
response: Response,
): void

Catch and handle the given error.