UnsupportedImageTypeException.java

package io.smartir.smartir.website.exceptions;

public class UnsupportedImageTypeException extends RuntimeException{

    public UnsupportedImageTypeException() {
    }
}