refactor(cognition): remove legacy user exception

This commit is contained in:
2026-03-22 13:50:18 +08:00
parent e85094670b
commit 6aa96c33ac

View File

@@ -1,7 +0,0 @@
package work.slhaf.partner.core.cognition.exception;
public class UserNotExistsException extends RuntimeException {
public UserNotExistsException(String message) {
super(message);
}
}