class ApplicationErrorEvent
extends ErrorEvent
import { ApplicationErrorEvent } from "https://deno.land/x/oak@v17.1.3/application.ts";
An event that occurs when an application error occurs.
When the error occurs related to the handling of a request, the .context
property will be populated.