Skip to main content
Module

x/lume/core/errors.ts

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
import * as lume from "https://deno.land/x/lume@v1.13.1/core/errors.ts";

Classes

Generic Exception to throw errors. It allows to include extra data.

Functions

Separate line and column numbers from a string of the form: (URI:Line:Column) Code from: https://github.com/stacktracejs/stacktrace.js/blob/master/dist/stacktrace.js

Pretty-print an Error or Exception instance

Interfaces

Error payload interface

Parsed stacktraces