UNPKG

edge-error

Version:

Create errors with custom stack trace pointing to the .edge template file

10 lines (9 loc) 272 B
import type { ExceptionOptions } from './types.js'; export declare class EdgeError extends Error { message: string; code: string; line: number; col: number; filename: string; constructor(message: string, code: string, options: ExceptionOptions); }