Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrasilAPI/BrasilAPI
/
Class
errors/BadRequestError.js:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
BaseError from
'./BaseError'
;
2
3
export
default
class
BadRequestError extends BaseError {
4
constructor({
5
status = 400,
6
message,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected