Skip to main content
Home
This package has been archived, and as such it is read-only.

An object-oriented efficient MVC and REST framework

This package works with Cloudflare Workers, Deno
This package works with Cloudflare Workers
This package works with Deno
JSR Score
88%
Published
8 months ago (0.2.5)
class AbstractExceptionHandler

Exception handler

Methods

abstract
handlerException(exception: IException): HttpResponse

Handle exception

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@candy/framework

Import symbol

import AbstractExceptionHandler from "@candy/framework/core/AbstractExceptionHandler";
or

Import directly with a jsr specifier

import AbstractExceptionHandler from "jsr:@candy/framework/core/AbstractExceptionHandler";