Files
spring-boot-rest/spring-rest-http/src/main/java/com/baeldung/web/exception/CustomerNotFoundException.java
2020-02-15 01:56:18 +00:00

6 lines
106 B
Java

package com.baeldung.web.exception;
public class CustomerNotFoundException extends RuntimeException {
}