MCPcopy Create free account
hub / github.com/BrasilAPI/BrasilAPI /

Class

errors/InternalError.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import BaseError from './BaseError';
2
3export default class InternalError extends BaseError {
4 constructor({
5 status = 500,
6 name = 'InternalError',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected