Skip to main content
Module

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

The Full-stack Framework in Deno.
Go to Latest
class TransformError
import { TransformError } from "https://deno.land/x/aleph@1.0.0-beta.1/runtime/core/error.ts";

Constructors

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

Properties

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