6 lines
106 B
Java
6 lines
106 B
Java
package com.baeldung.web.exception;
|
|
|
|
public class CustomerNotFoundException extends RuntimeException {
|
|
|
|
}
|