1.0.4 • Published 9 months ago

@arcscord/better-error v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@arcscord/better-error

npm version Discord Shield

About

A package that extends Error class, with more functions like debugs

Install

pnpm add @arcscord/better-error or npm install @arcscord/better-error

Example

import { BaseError } from "@arcscord/better-error";

const error = new BaseError({
  message: "A error happen",
  debugs: {
    when: "now",
  }
});
1.0.4

9 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago