1.0.4 • Published 11 months ago

@arcscord/better-error v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 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

11 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago