Module

x/aleph/framework/core/error.ts>TransformError

The Full-stack Framework in Deno.
Go to Latest
class TransformError
import { TransformError } from "https://dotland.deno.dev/x/aleph@1.0.0-alpha.77/framework/core/error.ts";

Constructors

new
TransformError(
specifier: string,
sourceCode: string,
message: string,
stack: string,
)

Properties

message: string
sourceCode: string
specifier: string
stack: string