NotFoundException.java 96 Bytes
package com.taover.repository.exception;

public class NotFoundException extends Exception {

}