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 AbstractException
implements IException
extends Error

Base Exception

Constructors

new
AbstractException(message: string)

Methods

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 AbstractException from "@candy/framework/core/AbstractException";
or

Import directly with a jsr specifier

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