Exception handler
abstract
handlerException(exception: IException): HttpResponse
Handle exception
An object-oriented efficient MVC and REST framework
Exception handler
handlerException(exception: IException): HttpResponse
Handle exception
Add Package
deno add jsr:@candy/framework
Import symbol
import AbstractExceptionHandler from "@candy/framework/core/AbstractExceptionHandler";
Import directly with a jsr specifier
import AbstractExceptionHandler from "jsr:@candy/framework/core/AbstractExceptionHandler";