BirdsiteLive/src/BirdsiteLive.Domain/Exceptions/FollowerIsGoneException.cs

8 lines
116 B
C#
Raw Normal View History

2022-02-09 07:15:48 +01:00
using System;
namespace BirdsiteLive.Domain
{
2022-02-09 07:54:35 +01:00
public class FollowerIsGoneException : Exception
2022-02-09 07:15:48 +01:00
{
}
}