Fixed missing proper exception in AIProvider

This commit is contained in:
2025-12-13 17:05:56 +01:00
parent a1ed65ee41
commit 09d709966b
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +0,0 @@
namespace Server.Exceptions;
public class ProbMethodNotFoundException(string probMethod) : Exception($"Unknown probMethod name {probMethod}") { }
public class SimilarityMethodNotFoundException(string similarityMethod) : Exception($"Unknown similarityMethod name \"{similarityMethod}\"") { }