Current Path : /home/infinitibizsol/.trash/errors.7/ |
Current File : /home/infinitibizsol/.trash/errors.7/index.js |
import CustomAPIError from "../errors/customError"; import BadRequestError from "../errors/badRequestError"; import UnAuthenticatedError from "../errors/unauthenticatedError"; import UnAuthorizedError from "../errors/unauthorizedError"; import NotFoundError from "../errors/notFoundError"; export default { CustomAPIError, BadRequestError, UnAuthenticatedError, UnAuthorizedError, NotFoundError, };