first implementation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.aiteacher.book;
|
||||
|
||||
public class NoKnowledgeSourceException extends RuntimeException {
|
||||
|
||||
public NoKnowledgeSourceException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user