mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
refactor(cognition): remove legacy user exception
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
package work.slhaf.partner.core.cognition.exception;
|
|
||||||
|
|
||||||
public class UserNotExistsException extends RuntimeException {
|
|
||||||
public UserNotExistsException(String message) {
|
|
||||||
super(message);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user