AG
Size: a a a
AG
y
E
CM
E
E
E
E
E
E
ㅤ
ㅤ
DS
ㅤ
y
E
E
М
М
K
export default class BadRequestError extends Error {
constructor(message) {
super(message)
this.status = 400
this.expose = true
Error.captureStackTrace(this, this.constructor)
}
}