Migration to net 6 - not working for now
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace SearchApi.Exceptions
|
||||
{
|
||||
public class FieldAliasMissingException : Exception
|
||||
{
|
||||
public FieldAliasMissingException(string message) : base(message: message) {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user