Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/entropy/src/error_handler/error_handler.service.ts>ErrorHandler

The core module of Entropy framework for Deno.
Latest
class ErrorHandler
import { ErrorHandler } from "https://deno.land/x/entropy@1.0.0-beta.17/src/error_handler/error_handler.service.ts";

Properties

private
readonly
configurator
private
optional
currentError: Error
private
optional
currentFile: string
private
optional
currentLine: number
private
readonly
defaultFilePlaceholder: string
private
readonly
logger

Methods

private
readErrorStack(): void
handle(error: Error): ErrorInfo