Fixed missing SearchdomainAlreadyExistsException in SearchdomainManager
This commit is contained in:
3
src/Server/Exceptions/SearchdomainExceptions.cs
Normal file
3
src/Server/Exceptions/SearchdomainExceptions.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace Server.Exceptions;
|
||||
public class SearchdomainNotFoundException(string searchdomainName) : Exception($"Searchdomain with name {searchdomainName} not found.") { }
|
||||
public class SearchdomainAlreadyExistsException(string searchdomainName) : Exception($"Searchdomain with name {searchdomainName} already exists.") { }
|
||||
Reference in New Issue
Block a user