Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/errors.7/
Upload File :
Current File : /home/infinitibizsol/.trash/errors.7/unauthorizedError.js

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

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

export default UnAuthorizedError;

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