feat(#13): add SubscriptionNotFoundException
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
namespace GmRelay.Web.Services;
|
||||||
|
|
||||||
|
public sealed class SubscriptionNotFoundException : Exception
|
||||||
|
{
|
||||||
|
public SubscriptionNotFoundException() : base("Calendar subscription not found.") { }
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user