chai-backend
chai-backend copied to clipboard
ApiError classs inherrited from error not working
throw new ApiError(400,"xyz")
even we throw this ApiError on postman/broweser we get the message correct but status code 500
i tried everything but haven't fount any answers.......