sonar 대응
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.eactive.httpmockserver.common.exception;
|
||||
|
||||
public class ServerNotFoundException extends RuntimeException {
|
||||
public ServerNotFoundException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user