Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/errors.4/
Upload File :
Current File : /home/infinitibizsol/.trash/errors.4/notFoundError.js

import CustomAPIError from "./customError.js";
import { StatusCodes } from "http-status-codes";

class NotFoundError extends CustomAPIError {
  constructor(message) {
    super(message);
    this.statusCode = StatusCodes.NOT_FOUND;
  }
}

export default NotFoundError;

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists