Skip to main content
Module

x/acai_server/mod.ts>Exception

Deno server responsible for handling requests
Latest
class Exception
extends Error
import { Exception } from "https://deno.land/x/acai_server@0.2.1/mod.ts";

Constructors

new
Exception(
type: string,
message: string,
data?: unknown,
)

Properties

optional
_data: unknown
_message: string
_type: string
readonly
data
readonly
message
readonly
type