TagAlreadyExistsException.java

package io.smartir.smartir.website.exceptions;

public class TagAlreadyExistsException extends RuntimeException {

    public TagAlreadyExistsException() {
    }
}