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

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected