feature: lodge insurance
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Disco.Services.Plugins.Features.InsuranceProvider
|
||||
{
|
||||
public class InsuranceProviderSubmitJobException : Exception
|
||||
{
|
||||
public InsuranceProviderSubmitJobException(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user