package com.newhive.scammerradar.exceptions;

public class ProfileUpdateException extends Exception {
   public ProfileUpdateException(String msg) {
      super(msg);
   }
}
