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

x/mandarinets/main-core/exceptions/mandarineException.ts>MandarineException

Mandarine.TS is a typescript, decorator-driven framework that allows you to create server-side applications. Mandarine.TS provides a range of built-in solutions such as Dependency Injection, Components, ORM and more. Under its umbrella, Mandarine.TS has 4 modules: Core, Data, Security and MVC, these modules will offer you the requirements to build a Mandarine-powered application.
Latest
class MandarineException
extends Error
import { MandarineException } from "https://deno.land/x/mandarinets@v2.3.2/main-core/exceptions/mandarineException.ts";

Constructors

new
MandarineException(message: string, superAlert?: boolean)

Static Properties

ENV_VARIABLE_ISNT_STRING: string
INVALID_ALLOWONLY_DECORATOR_PERMISSIONS: string
INVALID_COMPONENT_CONTEXT: string
INVALID_GUARD_EXECUTION: string
INVALID_GUARDS_LIST_ANNOTATION: string
INVALID_MIDDLEWARE_LIST_ANNOTATION: string
INVALID_MIDDLEWARE_UNDEFINED: string
INVALID_OVERRIDEN: string
INVALID_OVERRIDEN_ON_METHOD: string
INVALID_PIPE_EXECUTION: string
INVALID_PIPE_LOCATION: string
INVALID_PROPERTY_FILE: string
INVALID_ROUTE_SIGNATURE_NULL: string
INVALID_SESSION_GENID: string
INVALID_SESSION_STORAGE_INSTANCE: string
INVALID_STATIC_FOLDER: string
INVALID_TEMPLATE: string
MIDDLEWARE_NON_VALID_IMPL: string
NEEDED_RESOURCE_HANDLER_LOCATION: string
ON_INITIALIZATION_OVERRIDEN: string
ROUTE_ALREADY_EXIST: string
UNDEFINED_TEMPLATE: string
UNKNOWN_OVERRIDEN: string