feat(#13): календарная подписка по URL #44

Merged
Toutsu merged 10 commits from issue-13-calendar-sub into main 2026-05-07 10:59:50 +03:00
Showing only changes of commit 7457315d6f - Show all commits
@@ -0,0 +1,6 @@
namespace GmRelay.Web.Services;
public sealed class SubscriptionNotFoundException : Exception
{
public SubscriptionNotFoundException() : base("Calendar subscription not found.") { }
}