9 lines
121 B
C#
9 lines
121 B
C#
|
using System;
|
|||
|
|
|||
|
namespace Webhooks.API.Exceptions
|
|||
|
{
|
|||
|
public class WebhooksDomainException : Exception
|
|||
|
{
|
|||
|
}
|
|||
|
}
|