9 lines
121 B
C#
Raw Normal View History

2019-01-16 19:38:14 +01:00
using System;
namespace Webhooks.API.Exceptions
{
public class WebhooksDomainException : Exception
{
}
}