/
home
/
infinitibizsol
/
.trash
/
utils.3
/
File Upload :
llllll
Current File: /home/infinitibizsol/.trash/utils.3/apiError.js
import { Error } from "mongoose"; class AppError extends Error { constructor(message, statusCode) { super(message); this.message = message; this.statusCode = statusCode; this.status = `${statusCode}`.startsWith(4) ? "fail" : "error"; this.isOperational = true; Error.captureStackTrace(this, this.constructor); } } export default AppError;
Copyright ©2k19 -
Hexid
|
Tex7ure