MCPcopy Create free account
hub / github.com/ahmedemad3/nodejs-apps /

Class

error/base.error.js:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class BaseError extends Error {
2 constructor(name , httpStatusCode , description , isOperational){
3 super(description);
4 Object.setPrototypeOf(this , new.target.prototype)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected