Initial version
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace EonaCat.gRPC.Api.Helpers
|
||||
{
|
||||
public class CustomException : Exception
|
||||
{
|
||||
public CustomException(string message) : base(message)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user